diff options
author | Wayne Davison <wayned@samba.org> | 2007-09-22 16:52:58 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-09-22 16:52:58 +0000 |
commit | 1b42f628f495ff0cdaa8a7c219d8ce33192281fe (patch) | |
tree | 88780e8fa9cd983ad56f47b3f2d7a6a5e10e0eeb /socket.c | |
parent | 5dafe360de093f1f5af5c6232e3c2adb20bac027 (diff) | |
download | rsync-1b42f628f495ff0cdaa8a7c219d8ce33192281fe.tar.gz rsync-1b42f628f495ff0cdaa8a7c219d8ce33192281fe.tar.bz2 rsync-1b42f628f495ff0cdaa8a7c219d8ce33192281fe.zip |
Moved inline functions from rsync.h into ifuncs.h.
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |