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 --- gtk/gtktooltips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtktooltips.c') diff --git a/gtk/gtktooltips.c b/gtk/gtktooltips.c index 005b546f7a..a414346b9f 100644 --- a/gtk/gtktooltips.c +++ b/gtk/gtktooltips.c @@ -24,7 +24,7 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#include +#include "config.h" #include #include -- cgit v1.2.1