1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

tools use platform.h

This commit is contained in:
Przemyslaw Skibinski
2016-12-16 14:24:01 +01:00
parent b3843afcf5
commit b866e72826
9 changed files with 27 additions and 9 deletions

View File

@ -23,7 +23,8 @@
/*-************************************
* Dependencies
**************************************/
#include "util.h" /* Compiler options, UTIL_HAS_CREATEFILELIST */
#include "platform.h" /* Compiler options, PLATFORM_POSIX_VERSION */
#include "util.h" /* UTIL_HAS_CREATEFILELIST, UTIL_createFileList */
#include <string.h> /* strcmp, strlen */
#include <errno.h> /* errno */
#include "fileio.h"