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) --- pango/glyphstring.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pango/glyphstring.c') diff --git a/pango/glyphstring.c b/pango/glyphstring.c index 848f5233..59df32da 100644 --- a/pango/glyphstring.c +++ b/pango/glyphstring.c @@ -19,6 +19,7 @@ * Boston, MA 02111-1307, USA. */ +#include #include #include #include -- cgit v1.2.1