]> 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 2a0ac6aa4948860f3b1b8d9fb5ba5476c2d67dea..5cbfc9d859a33b82f6c525b3027c276a30703cdf 100644 (file)
@@ -4,7 +4,7 @@
  *  Version $Id$
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
 
 #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"