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/pangoxft-render.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pango/pangoxft-render.c') diff --git a/pango/pangoxft-render.c b/pango/pangoxft-render.c index c1825b31..b58212ce 100644 --- a/pango/pangoxft-render.c +++ b/pango/pangoxft-render.c @@ -19,6 +19,7 @@ * Boston, MA 02111-1307, USA. */ +#include #include #include "pangoxft-render.h" -- cgit v1.2.1