Fixed config.h inclusion

This commit is contained in:
Jesse van den Kieboom 2005-11-06 16:00:12 +00:00
parent 2f619a4b34
commit e56d1bd36a
1 changed files with 1 additions and 1 deletions

View File

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