Skip to content
Snippets Groups Projects
Commit 8ca3e4ce authored by PSICH\brands's avatar PSICH\brands
Browse files

fix for windows

parent 02fb5c42
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,10 @@ ...@@ -17,7 +17,10 @@
#include <stddef.h> #include <stddef.h>
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#if not defined (_WIN32)
#include <unistd.h> #include <unistd.h>
#endif
#include "macLib.h" #include "macLib.h"
#include "dbmf.h" #include "dbmf.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment