Fix bug in --include and --include-from which didn't work as advertised;
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index b294513..ef7ea88 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #include "lib/fnmatch.h"
 #endif
 
-#ifdef HAVE_GLOB
+#ifdef HAVE_GLOB_H
 #include <glob.h>
 #endif