From 10bf6d1573fbca6d849a8c2292f0f8116d45fafc Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 10 Sep 2002 20:05:55 +0000 Subject: [PATCH] include config.h before stdio.h (breaks with _FILE_OFFSET_BITS on solaris otherwise) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11446 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken.awk b/lib/roken/roken.awk index 799005e88..22ba7e409 100644 --- a/lib/roken/roken.awk +++ b/lib/roken/roken.awk @@ -1,10 +1,10 @@ # $Id$ BEGIN { - print "#include " print "#ifdef HAVE_CONFIG_H" print "#include " print "#endif" + print "#include " print "" print "int main()" print "{"