Skip to content
Snippets Groups Projects
Commit e9a20f38 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Use sockwrap.h for arpa/inet.h and strwrap.h for stdndup()

parent 4ec3236f
No related branches found
No related tags found
No related merge requests found
/* /*
* The RIPper... interposes on the connection and handles RIP sequences * The RIPper... interposes on the connection and handles RIP sequences
*/ */
#include <arpa/inet.h>
#include <sys/stat.h> #include <sys/stat.h>
   
#include <math.h> #include <math.h>
...@@ -16,6 +15,8 @@ ...@@ -16,6 +15,8 @@
#include <dirwrap.h> #include <dirwrap.h>
#include <gen_defs.h> #include <gen_defs.h>
#include <genwrap.h> #include <genwrap.h>
#include <sockwrap.h>
#include <strwrap.h>
#include <unistd.h> #include <unistd.h>
#include <vidmodes.h> #include <vidmodes.h>
#include <xpbeep.h> #include <xpbeep.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment