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