r18129: moved the system includes into libreplace - this gives much more
[kai/samba.git] / source4 / lib / replace / system / glob.h
similarity index 94%
rename from source4/include/system/glob.h
rename to source4/lib/replace/system/glob.h
index 9de316803213d27e4a94bbb2824e79876f59fb1a..0e51f397c6964f6fd001509f514f18237377cf0b 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef _system_glob_h
+#define _system_glob_h
 /* 
    Unix SMB/CIFS implementation.
 
@@ -27,3 +29,5 @@
 #ifdef HAVE_FNMATCH_H
 #include <fnmatch.h>
 #endif
+
+#endif