X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fbacula.h;h=35f3c07ea18e1300afaa28da89de69514e65422f;hb=7f3b2717d08ce3a7618c0cf0dc5bf6a5f8ddbe76;hp=d8ed8df41a713a6a59f4e28ce36c37c53c30778d;hpb=3bf623add9d175d972e27237a27bc0ac306b950b;p=bacula%2Fbacula diff --git a/bacula/src/bacula.h b/bacula/src/bacula.h index d8ed8df41a..35f3c07ea1 100644 --- a/bacula/src/bacula.h +++ b/bacula/src/bacula.h @@ -5,7 +5,7 @@ */ /* - Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker + Copyright (C) 2000-2004 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 @@ -27,7 +27,14 @@ #ifndef _BACULA_H #define _BACULA_H 1 +#ifdef HAVE_WIN32 +#include "winconfig.h" +#include "winhost.h" +#else #include "config.h" +#include "host.h" +#endif + #define _REENTRANT 1 #define _THREAD_SAFE 1 @@ -72,6 +79,7 @@ #include #endif #include +#include #include #include #include @@ -82,7 +90,11 @@ #ifdef HAVE_SYS_SOCKET_H #include #endif +#ifdef HAVE_WIN32 +#include +#else #include +#endif #include #if HAVE_SYS_WAIT_H #include @@ -95,8 +107,8 @@ * includes before these. */ #include "version.h" -#include "baconfig.h" #include "bc_types.h" +#include "baconfig.h" #include "lib/lib.h" #ifndef HAVE_ZLIB_H