mirror of https://github.com/Icinga/icinga2.git
Build fix for Windows.
This commit is contained in:
parent
5ff640fd14
commit
bd37c357d1
|
@ -18,7 +18,9 @@
|
|||
******************************************************************************/
|
||||
|
||||
#include <i2-icinga.h>
|
||||
#ifdef HAVE_BACKTRACE_SYMBOLS
|
||||
# include <execinfo.h>
|
||||
#endif /* HAVE_BACKTRACE_SYMBOLS */
|
||||
|
||||
#ifndef _WIN32
|
||||
# include "icinga-version.h"
|
||||
|
|
Loading…
Reference in New Issue