aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/tests/adler32.c
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-09-07 15:52:47 +0200
committerClément Bœsch <u@pkh.me>2017-09-08 18:51:05 +0200
commite0b9b3e60ea3b970c5fcdbccb401cd9d93b9a63f (patch)
tree3fad1b596b3fc703131c49ca15d2cab9eb63e449 /libavutil/tests/adler32.c
parentdc27df47ff99fb29ed36711a62efb78ee28dba97 (diff)
downloadffmpeg-e0b9b3e60ea3b970c5fcdbccb401cd9d93b9a63f.tar.gz
lavu/tests: move timer.h include earlier
In the next commit, timer.h will require a _GNU_SOURCE to be set before including system headers. This commit prevents compilation failures.
Diffstat (limited to 'libavutil/tests/adler32.c')
-rw-r--r--libavutil/tests/adler32.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavutil/tests/adler32.c b/libavutil/tests/adler32.c
index 511bf1e401..13f760b477 100644
--- a/libavutil/tests/adler32.c
+++ b/libavutil/tests/adler32.c
@@ -17,10 +17,12 @@
*/
// LCOV_EXCL_START
+
+#include "libavutil/timer.h"
+
#include <string.h>
#include "libavutil/log.h"
-#include "libavutil/timer.h"
#include "libavutil/adler32.h"
#define LEN 7001