aboutsummaryrefslogtreecommitdiffstats
path: root/match.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 /match.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 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index c459af84..80619a49 100644
--- a/match.c
+++ b/match.c
@@ -20,7 +20,7 @@
*/
#include "rsync.h"
-#include "ifuncs.h"
+#include "inums.h"
extern int checksum_seed;
extern int append_mode;