handle sstem (sco 3) with glob but not glob.h
[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