]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removed timeb.h (#319)
authorYann Collet <cyan@fb.com>
Fri, 2 Sep 2016 22:34:41 +0000 (15:34 -0700)
committerYann Collet <cyan@fb.com>
Fri, 2 Sep 2016 22:34:41 +0000 (15:34 -0700)
tests/fuzzer.c

index 18948b913e5cba41b99e459909abf7afc19e0706..b8b7f0c9341da3a1f7bf42e2fbf0ba928d543244 100644 (file)
@@ -23,7 +23,6 @@
 **************************************/
 #include <stdlib.h>       /* free */
 #include <stdio.h>        /* fgets, sscanf */
-#include <sys/timeb.h>    /* timeb */
 #include <string.h>       /* strcmp */
 #include <time.h>         /* clock_t */
 #define ZSTD_STATIC_LINKING_ONLY   /* ZSTD_compressContinue, ZSTD_compressBlock */