aboutsummaryrefslogtreecommitdiffstats
path: root/batch.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-11-21 09:22:14 -0800
committerWayne Davison <wayned@samba.org>2011-11-21 09:22:14 -0800
commit7da17144fd764a2420a8d08897475c0b7fdbf956 (patch)
tree4337e25391cd11f586824da4284b8e6a6ad516a4 /batch.c
parentcbdff74b44b25ce713739b9c1fb4db67610c675e (diff)
downloadandroid_external_rsync-7da17144fd764a2420a8d08897475c0b7fdbf956.tar.gz
android_external_rsync-7da17144fd764a2420a8d08897475c0b7fdbf956.tar.bz2
android_external_rsync-7da17144fd764a2420a8d08897475c0b7fdbf956.zip
Add compatibility with an unmodified zlib.
Diffstat (limited to 'batch.c')
-rw-r--r--batch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/batch.c b/batch.c
index b63f0c54..78d567dc 100644
--- a/batch.c
+++ b/batch.c
@@ -20,7 +20,7 @@
*/
#include "rsync.h"
-#include "zlib/zlib.h"
+#include <zlib.h>
#include <time.h>
extern int eol_nulls;