From 4852e5910626ab6e4b20e611589de613a360251f Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 22 Jun 2008 15:18:49 +0000 Subject: Include "config.h" instead of Command used: find -name 2008-06-21 Johan Dahlin * *.[ch]: Include "config.h" instead of Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include /#include "config.h"/g' Rubberstamped by Behdad svn path=/trunk/; revision=2657 --- pango/fonts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango/fonts.c') diff --git a/pango/fonts.c b/pango/fonts.c index 4e1c6928..efb989bb 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -19,7 +19,7 @@ * Boston, MA 02111-1307, USA. */ -#include +#include "config.h" #include #include #include -- cgit v1.2.1