]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
- Tweak install chapter of French manual to add new paragraph
[bacula/bacula] / bacula / src / stored / stored.h
index afe8a2075e59a43280d779645d5c9c1bbad52ff6..2933237cc0e21b73f1a47052dd47f86883002032 100644 (file)
 #else
 #define uLongf uint32_t
 #endif
+#ifdef HAVE_FNMATCH
+#include <fnmatch.h>
+#else
+#include "lib/fnmatch.h"
+#endif
 
 extern STORES *me;                    /* "Global" daemon resource */
 extern bool forge_on;                 /* proceed inspite of I/O errors */