X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Fstored.h;h=2933237cc0e21b73f1a47052dd47f86883002032;hb=dc43fa5c6823b93c4206888e3bf639982af4563b;hp=afe8a2075e59a43280d779645d5c9c1bbad52ff6;hpb=f8b029d08beb6fdc05fed632ac4dde434b12d907;p=bacula%2Fbacula diff --git a/bacula/src/stored/stored.h b/bacula/src/stored/stored.h index afe8a2075e..2933237cc0 100644 --- a/bacula/src/stored/stored.h +++ b/bacula/src/stored/stored.h @@ -51,6 +51,11 @@ #else #define uLongf uint32_t #endif +#ifdef HAVE_FNMATCH +#include +#else +#include "lib/fnmatch.h" +#endif extern STORES *me; /* "Global" daemon resource */ extern bool forge_on; /* proceed inspite of I/O errors */