summaryrefslogtreecommitdiff
path: root/src/Log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Log.hpp')
-rw-r--r--src/Log.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Log.hpp b/src/Log.hpp
index f2c1f72..abb3639 100644
--- a/src/Log.hpp
+++ b/src/Log.hpp
@@ -29,7 +29,7 @@
# include <crtdbg.h>
# include <io.h>
#endif
-#if defined(__linux__) || defined(__GNU__) || defined(__FreeBSD__)
+#if defined(__linux__) || defined(__GNU__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
# include <unistd.h>
#endif
#include <iostream>