Loading lib/if2ip.c +5 −4 Original line number Diff line number Diff line Loading @@ -56,6 +56,11 @@ #include <arpa/inet.h> #endif #include <netinet/in.h> #ifdef HAVE_SYS_TIME_H /* This must be before net/if.h for AIX 3.2 to enjoy life */ #include <sys/time.h> #endif #ifdef HAVE_NET_IF_H #include <net/if.h> #endif Loading @@ -66,10 +71,6 @@ #include <netdb.h> #endif #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif #ifdef HAVE_SYS_SOCKIO_H #include <sys/sockio.h> #endif Loading Loading
lib/if2ip.c +5 −4 Original line number Diff line number Diff line Loading @@ -56,6 +56,11 @@ #include <arpa/inet.h> #endif #include <netinet/in.h> #ifdef HAVE_SYS_TIME_H /* This must be before net/if.h for AIX 3.2 to enjoy life */ #include <sys/time.h> #endif #ifdef HAVE_NET_IF_H #include <net/if.h> #endif Loading @@ -66,10 +71,6 @@ #include <netdb.h> #endif #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif #ifdef HAVE_SYS_SOCKIO_H #include <sys/sockio.h> #endif Loading