Moved the include of netinet/ip.h into socket.c.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index a4b993e..cf48611 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -284,7 +284,6 @@ enum msgcode {
 
 #include <stdarg.h>
 #include <netinet/in.h>
-#include <netinet/ip.h>
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <syslog.h>