mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Include unistd.h on unix platforms for explicit function declaration
This commit is contained in:
parent
f8745ae095
commit
6ff9d5e881
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
# include <stddef.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue