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

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

parent 36966909
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
/*
* The RIPper... interposes on the connection and handles RIP sequences
*/
#include <arpa/inet.h>
#include <sys/stat.h>
 
#include <math.h>
......@@ -16,6 +15,8 @@
#include <dirwrap.h>
#include <gen_defs.h>
#include <genwrap.h>
#include <sockwrap.h>
#include <strwrap.h>
#include <unistd.h>
#include <vidmodes.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