Added some test code to assist in the remote debugging of the build
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index ef8e3b4..3824773 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -246,6 +246,12 @@ enum msgcode {
 # endif
 #endif
 
+#if MAJOR_IN_MKDEV
+#include <sys/mkdev.h>
+#elif MAJOR_IN_SYSMACROS
+#include <sysmacros.h>
+#endif
+
 #ifdef HAVE_COMPAT_H
 #include <compat.h>
 #endif