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-performance.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/test-timer-performance.c') diff --git a/tests/test-timer-performance.c b/tests/test-timer-performance.c index a529a5ce..ee45ede6 100644 --- a/tests/test-timer-performance.c +++ b/tests/test-timer-performance.c @@ -22,11 +22,12 @@ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ -#include -#include #include +#include +#include + #include "thread.h" #include "pqueue.h" #include "prng.h" -- cgit v1.2.3