X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fbacula.h;h=35f3c07ea18e1300afaa28da89de69514e65422f;hb=7f3b2717d08ce3a7618c0cf0dc5bf6a5f8ddbe76;hp=ba6c5a262046c27b8b410395014f2e8adf08263b;hpb=2623d16dc34cd3c3fab846c498a4d55e7a3e6110;p=bacula%2Fbacula diff --git a/bacula/src/bacula.h b/bacula/src/bacula.h index ba6c5a2620..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