]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
Print length if Hello to short or long
[bacula/bacula] / bacula / src / stored / stored.h
index 7c7884058f7d2701be44875d2319aff8fc484b46..5cbfc9d859a33b82f6c525b3027c276a30703cdf 100644 (file)
 
 #define STORAGE_DAEMON 1
 
+#ifdef HAVE_MTIO_H
+#include <mtio.h>
+#endif
+#ifdef HAVE_SYS_MTIO_H
 #include <sys/mtio.h>
+#endif
 #include "block.h"
 #include "record.h"
 #include "dev.h"