From d97cdbdf53832729141b3b66de00f770b44e3390 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 22 Jun 2008 14:28:52 +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 Mitch and Tim svn path=/trunk/; revision=20669 --- gdk-pixbuf/gdk-pixbuf-animation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk-pixbuf/gdk-pixbuf-animation.c') diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c index 321df803ab..8431aa8e48 100644 --- a/gdk-pixbuf/gdk-pixbuf-animation.c +++ b/gdk-pixbuf/gdk-pixbuf-animation.c @@ -22,7 +22,7 @@ * Boston, MA 02111-1307, USA. */ -#include +#include "config.h" #include #include "gdk-pixbuf-private.h" #include "gdk-pixbuf-io.h" -- cgit v1.2.1