Build fix for Windows.

This commit is contained in:
Gunnar Beutner 2012-09-27 10:14:45 +02:00
parent 5ff640fd14
commit bd37c357d1
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@
******************************************************************************/
#include <i2-icinga.h>
#include <execinfo.h>
#ifdef HAVE_BACKTRACE_SYMBOLS
# include <execinfo.h>
#endif /* HAVE_BACKTRACE_SYMBOLS */
#ifndef _WIN32
# include "icinga-version.h"