Revert "Check for netinet/ip.h (now that we are using it), and don't also use in.h"

This reverts commit 0909ea55d6.
This commit is contained in:
Keith Winstein
2012-10-22 10:50:07 -04:00
parent 0909ea55d6
commit c53a174d0c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <arpa/inet.h>
#include <assert.h>