Moved the include of netinet/ip.h into socket.c.
authorWayne Davison <wayned@samba.org>
Tue, 11 Apr 2006 00:48:55 +0000 (00:48 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 11 Apr 2006 00:48:55 +0000 (00:48 +0000)
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>