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/getopt1.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/getopt1.c') diff --git a/lib/getopt1.c b/lib/getopt1.c index fa766747..bd3099e7 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -20,10 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include "getopt.h" -- cgit v1.2.3