summaryrefslogtreecommitdiffstats
path: root/tests/fullbench.c
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-12-21 15:10:09 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-12-21 15:10:09 (GMT)
commit973bc79740f571c2b6700cab16a319df9aed2a05 (patch)
treee3ece1e99990ad10a491e7077968072346cf0f3d /tests/fullbench.c
parent4f61505cc40cb8b2c6c371600a427fd685c656a2 (diff)
downloadlz4-973bc79740f571c2b6700cab16a319df9aed2a05.zip
lz4-973bc79740f571c2b6700cab16a319df9aed2a05.tar.gz
lz4-973bc79740f571c2b6700cab16a319df9aed2a05.tar.bz2
util.h and platform.h based on zstd
Diffstat (limited to 'tests/fullbench.c')
-rw-r--r--tests/fullbench.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fullbench.c b/tests/fullbench.c
index 8d55d2d..f489392 100644
--- a/tests/fullbench.c
+++ b/tests/fullbench.c
@@ -33,6 +33,7 @@
/**************************************
* Includes
**************************************/
+#include "platform.h" /* _CRT_SECURE_NO_WARNINGS, Large Files support */
#include "util.h" /* U32, UTIL_getFileSize */
#include <stdlib.h> /* malloc, free */
#include <stdio.h> /* fprintf, fopen, ftello */