Windows build fix.

This commit is contained in:
Gunnar Beutner 2013-02-04 09:58:45 +01:00
parent 00fb17880c
commit 789fd23d77

View File

@ -102,6 +102,7 @@ static bool LoadConfigFiles(void)
} }
#ifndef _WIN32
static void ReloadConfigTimerHandler(void) static void ReloadConfigTimerHandler(void)
{ {
if (g_ReloadConfig) { if (g_ReloadConfig) {
@ -117,6 +118,7 @@ static void SigHupHandler(int signum)
g_ReloadConfig = true; g_ReloadConfig = true;
} }
#endif /* _WIN32 */
/** /**
* Entry point for the Icinga application. * Entry point for the Icinga application.