]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
kes If operator has rewind tape, print warning, release tape and
[bacula/bacula] / bacula / src / stored / stored.h
index c6d83b4d34c93aa5aeb0f3a5f9a49934f1fb8629..552062104c822750fba0b138a4749b0c7508b06e 100644 (file)
@@ -78,6 +78,10 @@ const int sd_dbglvl = 300;
 int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result);
 #endif
 
+#ifdef USE_FAKETAPE
+# include "faketape.h"
+#endif
+
 /* Daemon globals from stored.c */
 extern STORES *me;                    /* "Global" daemon resource */
 extern bool forge_on;                 /* proceed inspite of I/O errors */