From de77b441b28ec7dfa3d5b94291ed2036c8d948a3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 10 Dec 2009 16:10:15 +0100 Subject: [PATCH] Rework Mac OS 10.6 mtio.h fix --- bacula/src/stored/stored.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/src/stored/stored.h b/bacula/src/stored/stored.h index f73d746658..7d83ce092a 100644 --- a/bacula/src/stored/stored.h +++ b/bacula/src/stored/stored.h @@ -52,11 +52,11 @@ const int sd_dbglvl = 300; # else # ifdef HAVE_SYS_TAPE_H # include +# else + /* Needed for Mac 10.6 (Snow Leopard) */ +# include "lib/bmtio.h" # endif # endif -#else -/* Needed for Mac 10.6 (Snow Leopard) */ -#include "bmtio.h" #endif #include "lock.h" #include "block.h" -- 2.39.5