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

util.h: restore BSD license for Facebook Open-Source

This commit is contained in:
Przemyslaw Skibinski
2016-12-21 15:08:44 +01:00
parent 97a258d71d
commit 7a8a03c20d
6 changed files with 39 additions and 49 deletions

View File

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