fix for non-windows

This commit is contained in:
2018-01-03 10:03:16 +01:00
parent 1ca278fed9
commit 491bba7038
+1 -1
View File
@@ -18,7 +18,7 @@
#include <string.h>
#include <errno.h>
#if not defined (_WIN32)
#if !defined (_WIN32)
#include <unistd.h>
#endif