Build fix (when using the bundled ltdl lib).

This commit is contained in:
Gunnar Beutner 2012-08-11 18:32:03 +02:00
parent 0e674a7a70
commit 7aed3f6b47
3 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,9 @@
******************************************************************************/
#include "i2-base.h"
#ifndef _WIN32
# include <ltdl.h>
#endif /* _WIN32 */
using namespace icinga;

View File

@ -18,6 +18,9 @@
******************************************************************************/
#include "i2-base.h"
#ifndef _WIN32
# include <ltdl.h>
#endif /* _WIN32 */
using namespace icinga;

View File

@ -35,7 +35,6 @@
#include <libgen.h>
#include <syslog.h>
#include <sys/file.h>
#include <ltdl.h>
void Sleep(unsigned long milliseconds);