From 821df2cf18e5978cc7ab532a8695444380d08270 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 15 Sep 2015 01:53:09 -0700 Subject: *: make sure zebra.h is always included first zebra.h pulls in config.h, which results in fiddling with things like __FILE_OFFSET_BITS. It must always be included first, in order to set flags that influence the compiler via . Signed-off-by: David Lamparter --- tests/test-timer-correctness.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-timer-correctness.c') diff --git a/tests/test-timer-correctness.c b/tests/test-timer-correctness.c index 47c0b737..e523929b 100644 --- a/tests/test-timer-correctness.c +++ b/tests/test-timer-correctness.c @@ -23,11 +23,11 @@ * 02111-1307, USA. */ +#include + #include #include -#include - #include "memory.h" #include "pqueue.h" #include "prng.h" -- cgit v1.2.3