Change stdlib includes to linux includes

This commit is contained in:
Nick Terrell
2017-03-30 14:53:52 -07:00
parent b3b41d0f6d
commit be7da5d98b
14 changed files with 14 additions and 21 deletions
-1
View File
@@ -12,7 +12,6 @@
/*-*************************************
* Dependencies
***************************************/
#include <stdlib.h> /* malloc */
#include "error_private.h"
#define ZSTD_STATIC_LINKING_ONLY
#include "zstd.h" /* declaration of ZSTD_isError, ZSTD_getErrorName, ZSTD_getErrorCode, ZSTD_getErrorString, ZSTD_versionNumber */