aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-09-01 19:09:21 -0700
committerWayne Davison <wayned@samba.org>2008-09-01 19:11:36 -0700
commit5dd14f0c3388f69932d521915e039e32b9e6d970 (patch)
tree2fc27c3d7e66717a2bcc7a693a3af35d286c5b16 /socket.c
parent2a147e9fcb6ed2caf2fd04f1713249cb17ad2b1f (diff)
downloadandroid_external_rsync-5dd14f0c3388f69932d521915e039e32b9e6d970.tar.gz
android_external_rsync-5dd14f0c3388f69932d521915e039e32b9e6d970.tar.bz2
android_external_rsync-5dd14f0c3388f69932d521915e039e32b9e6d970.zip
Split up the ifuncs.h file into 3 .h files.
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index 2b3271cf..87b1ec34 100644
--- a/socket.c
+++ b/socket.c
@@ -25,7 +25,7 @@
* emulate it using the KAME implementation. */
#include "rsync.h"
-#include "ifuncs.h"
+#include "itypes.h"
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>