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 --- tests/testmultiscreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testmultiscreen.c') diff --git a/tests/testmultiscreen.c b/tests/testmultiscreen.c index e9bbea326f..ebf1438b53 100644 --- a/tests/testmultiscreen.c +++ b/tests/testmultiscreen.c @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include +#include "config.h" #include static GtkWidget **images; -- cgit v1.2.1