From 0ff98b860b46bada8be22ba957d904de8a14fa00 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Sun, 6 Nov 2005 16:00:53 +0000 Subject: [PATCH] Fixed config.h inclusion --- src/gm-pixbuf.c | 2 +- src/gm-scripts.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gm-pixbuf.c b/src/gm-pixbuf.c index e384c32..c42624f 100644 --- a/src/gm-pixbuf.c +++ b/src/gm-pixbuf.c @@ -1,5 +1,5 @@ #ifdef HAVE_CONFIG_H -# include +#include "../config.h" #endif #include diff --git a/src/gm-scripts.h b/src/gm-scripts.h index f9ddea4..1f897ca 100644 --- a/src/gm-scripts.h +++ b/src/gm-scripts.h @@ -2,7 +2,7 @@ #define __GM_SCRIPTS_H__ #ifdef HAVE_CONFIG_H -# include +#include "../config.h" #endif #ifdef HAVE_RUBY