From: Kern Sibbald Date: Thu, 10 Dec 2009 15:10:15 +0000 (+0100) Subject: Rework Mac OS 10.6 mtio.h fix X-Git-Tag: Release-7.0.0~2466 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=de77b441b28ec7dfa3d5b94291ed2036c8d948a3;p=bacula%2Fbacula Rework Mac OS 10.6 mtio.h fix --- 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"