1
0
mirror of https://github.com/facebook/zstd.git synced 2026-01-06 11:21:19 +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

@@ -22,7 +22,8 @@
/*-*************************************
* Includes
***************************************/
#include "util.h" /* SET_BINARY_MODE, UTIL_getFileSize */
#include "platform.h" /* Large Files support, SET_BINARY_MODE */
#include "util.h" /* UTIL_getFileSize */
#include <stdio.h> /* fprintf, fopen, fread, _fileno, stdin, stdout */
#include <stdlib.h> /* malloc, free */
#include <string.h> /* strcmp, strlen */