]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fullbench includes assert.h 1020/head
authorYann Collet <cyan@fb.com>
Wed, 21 Feb 2018 19:42:23 +0000 (11:42 -0800)
committerYann Collet <cyan@fb.com>
Wed, 21 Feb 2018 19:42:23 +0000 (11:42 -0800)
as it is missing for Windows

tests/fullbench.c

index 6a4084940f9d342af263fa86d9f52a989ddca2ca..6abdd4da00fa249f15567700e23ed0d092c9ab75 100644 (file)
@@ -15,6 +15,7 @@
 #include "util.h"        /* Compiler options, UTIL_GetFileSize */
 #include <stdlib.h>      /* malloc */
 #include <stdio.h>       /* fprintf, fopen, ftello64 */
+#include <assert.h>      /* assert */
 
 #include "mem.h"         /* U32 */
 #ifndef ZSTD_DLL_IMPORT