Include unistd.h on unix platforms for explicit function declaration
This commit is contained in:
parent
f8745ae095
commit
6ff9d5e881
@ -38,6 +38,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <stddef.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user