cwCommonImpl.h : Added #icnlude <unistd.h>

This commit is contained in:
kevin.larke 2020-04-16 09:27:34 -04:00
parent 1991e10639
commit 1d74c5131d

View File

@ -21,6 +21,7 @@
#define cwPOSIX_FILE_SYS
#include <time.h> // timespec
#include <netinet/in.h> // struct sockaddr_in
#include <unistd.h> // close()
#define cwPathSeparatorChar '/'
#endif