mirror of https://github.com/Icinga/icinga2.git
Build fix for OS X
This commit is contained in:
parent
8497fc3605
commit
06378b4784
|
@ -24,6 +24,9 @@
|
|||
#include <map>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
#ifndef _WIN32
|
||||
#include <libgen.h>
|
||||
#endif /* _WIN32 */
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
|
|
Loading…
Reference in New Issue