X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Fstored.h;h=552062104c822750fba0b138a4749b0c7508b06e;hb=b58f32ee0c8cce5b5f7af1416966b8bd2b3ccb6d;hp=c6d83b4d34c93aa5aeb0f3a5f9a49934f1fb8629;hpb=2f9288cb51a0a8838a472bcb64c4161dd8165cad;p=bacula%2Fbacula diff --git a/bacula/src/stored/stored.h b/bacula/src/stored/stored.h index c6d83b4d34..552062104c 100644 --- a/bacula/src/stored/stored.h +++ b/bacula/src/stored/stored.h @@ -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 */