Fixed config.h inclusion

This commit is contained in:
Jesse van den Kieboom 2005-11-06 16:00:53 +00:00
parent 1fac238caf
commit 0ff98b860b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#include "../config.h"
#endif
#include <gtk/gtk.h>

View File

@ -2,7 +2,7 @@
#define __GM_SCRIPTS_H__
#ifdef HAVE_CONFIG_H
# include <config.h>
#include "../config.h"
#endif
#ifdef HAVE_RUBY