From 9510da42b83abfcc1c80fe7905c66b931a889d4c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 14 Jan 2006 07:00:13 +0000 Subject: Make sure #include is the first include in the file. (bug 2006-01-14 Behdad Esfahbod * */*.c, */*/*.c: Make sure #include is the first include in the file. (bug #158870, based on patch by Luis Menina) --- tools/gen-script-for-lang.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/gen-script-for-lang.c b/tools/gen-script-for-lang.c index 5c0573c5..121005a4 100644 --- a/tools/gen-script-for-lang.c +++ b/tools/gen-script-for-lang.c @@ -19,6 +19,7 @@ * Boston, MA 02111-1307, USA. */ +#include #include #include #include -- cgit v1.2.1