fix for windows

This commit is contained in:
2017-08-25 09:57:31 +02:00
parent 02fb5c42f0
commit 8ca3e4cea6
+3
View File
@@ -17,7 +17,10 @@
#include <stddef.h>
#include <string.h>
#include <errno.h>
#if not defined (_WIN32)
#include <unistd.h>
#endif
#include "macLib.h"
#include "dbmf.h"