summaryrefslogtreecommitdiff
path: root/rsync.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 /rsync.c
parent5dafe360de093f1f5af5c6232e3c2adb20bac027 (diff)
downloadrsync-1b42f628f495ff0cdaa8a7c219d8ce33192281fe.tar.gz
Moved inline functions from rsync.h into ifuncs.h.
Diffstat (limited to 'rsync.c')
-rw-r--r--rsync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsync.c b/rsync.c
index a9ba4f29..d22e4dfd 100644
--- a/rsync.c
+++ b/rsync.c
@@ -20,6 +20,7 @@
*/
#include "rsync.h"
+#include "ifuncs.h"
#if defined HAVE_LIBCHARSET_H && defined HAVE_LOCALE_CHARSET
#include <libcharset.h>
#elif defined HAVE_LANGINFO_H && defined HAVE_NL_LANGINFO