aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-09-22 16:52:58 +0000
committerWayne Davison <wayned@samba.org>2007-09-22 16:52:58 +0000
commit1b42f628f495ff0cdaa8a7c219d8ce33192281fe (patch)
tree88780e8fa9cd983ad56f47b3f2d7a6a5e10e0eeb /socket.c
parent5dafe360de093f1f5af5c6232e3c2adb20bac027 (diff)
downloadandroid_external_rsync-1b42f628f495ff0cdaa8a7c219d8ce33192281fe.tar.gz
android_external_rsync-1b42f628f495ff0cdaa8a7c219d8ce33192281fe.tar.bz2
android_external_rsync-1b42f628f495ff0cdaa8a7c219d8ce33192281fe.zip
Moved inline functions from rsync.h into ifuncs.h.
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket.c b/socket.c
index 51c07f72..ca8c5612 100644
--- a/socket.c
+++ b/socket.c
@@ -25,6 +25,7 @@
* emulate it using the KAME implementation. */
#include "rsync.h"
+#include "ifuncs.h"
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>