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 --- lib/workqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/workqueue.c') diff --git a/lib/workqueue.c b/lib/workqueue.c index 9fc89314..b1a5d5bf 100644 --- a/lib/workqueue.c +++ b/lib/workqueue.c @@ -21,7 +21,7 @@ * 02111-1307, USA. */ -#include +#include #include "thread.h" #include "memory.h" #include "workqueue.h" -- cgit v1.2.3