1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-27 11:41:11 +03:00

Change stdlib includes to linux includes

This commit is contained in:
Nick Terrell
2017-03-30 11:40:05 -07:00
parent b3b41d0f6d
commit be7da5d98b
14 changed files with 14 additions and 21 deletions

View File

@@ -11,7 +11,7 @@
#define ZSTD_H_235446
/* ====== Dependency ======*/
#include <stddef.h> /* size_t */
#include <linux/types.h> /* size_t */
/* ===== ZSTDLIB_API : control library symbols visibility ===== */