mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
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…
x
Reference in New Issue
Block a user