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

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