]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
tests: Add missing header timefn.h
authorLzu Tao <taolzu@gmail.com>
Fri, 12 Apr 2019 14:28:17 +0000 (21:28 +0700)
committerLzu Tao <taolzu@gmail.com>
Fri, 12 Apr 2019 14:28:17 +0000 (21:28 +0700)
tests/zbufftest.c
tests/zstreamtest.c

index 9b6f7bad6dc60edac05feb1884adc04bc1315a01..8cbde3f4f38e5d10e6430b041cb8033e049840b2 100644 (file)
@@ -25,6 +25,7 @@
 #include <stdlib.h>       /* free */
 #include <stdio.h>        /* fgets, sscanf */
 #include <string.h>       /* strcmp */
+#include "timefn.h"       /* UTIL_time_t */
 #include "mem.h"
 #define ZSTD_STATIC_LINKING_ONLY   /* ZSTD_maxCLevel */
 #include "zstd.h"         /* ZSTD_compressBound */
index e6f69d78ba7f51d92e886220ad594c05d76ec628..f07477ae5b24831e375a547670e60efcaaef1991 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdio.h>        /* fgets, sscanf */
 #include <string.h>       /* strcmp */
 #include <assert.h>       /* assert */
+#include "timefn.h"       /* UTIL_time_t, UTIL_getTime */
 #include "mem.h"
 #define ZSTD_STATIC_LINKING_ONLY  /* ZSTD_maxCLevel, ZSTD_customMem, ZSTD_getDictID_fromFrame */
 #include "zstd.h"         /* ZSTD_compressBound */