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 --- examples/pangowin32tobmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pangowin32tobmp.c') diff --git a/examples/pangowin32tobmp.c b/examples/pangowin32tobmp.c index 19ef392d..8d317c09 100644 --- a/examples/pangowin32tobmp.c +++ b/examples/pangowin32tobmp.c @@ -20,7 +20,7 @@ * Boston, MA 02111-1307, USA. */ -#include +#include "config.h" #include #include -- cgit v1.2.1