Added (conditional) include of stdint.h.
authorWayne Davison <wayned@samba.org>
Sun, 23 Sep 2007 22:31:14 +0000 (22:31 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 23 Sep 2007 22:31:14 +0000 (22:31 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 74fd0a9..503713b 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -242,6 +242,9 @@ enum msgcode {
 #ifdef HAVE_INTTYPES_H
 # include <inttypes.h>
 #endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif