Build fix for OS X

This commit is contained in:
Gunnar Beutner 2014-09-09 16:43:21 +02:00
parent 8497fc3605
commit 06378b4784
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
#include <map>
#include <vector>
#include <cstring>
#ifndef _WIN32
#include <libgen.h>
#endif /* _WIN32 */
using namespace icinga;