forked from epics_driver_modules/require
fix missing header for Windows
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if !defined (_WIN32)
|
||||
#if defined (_WIN32)
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user