]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
Status cleanup and cancelling FD
[bacula/bacula] / bacula / src / stored / stored.h
index 28a1dcf8595eb68903dcb6b23e319cd53158c62e..2a0ac6aa4948860f3b1b8d9fb5ba5476c2d67dea 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef __STORED_H_
 #define __STORED_H_
 
+#define STORAGE_DAEMON 1
+
 #include <sys/mtio.h>
 #include "block.h"
 #include "record.h"
@@ -40,6 +42,8 @@
 #define uLongf uint32_t
 #endif
 
+#include "findlib/find.h"
+
 extern char errmsg[];                /* general error message */
 
 #endif /* __STORED_H_ */