From b7edf2c947f84d1b012102fabca8216095daf8d7 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 28 Sep 1998 06:17:36 +0000 Subject: [PATCH] Workaround for gnome_regex_h problem --- src/i18n.h | 1 + src/x.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n.h b/src/i18n.h index f66a5ad94..ddb89ffe7 100644 --- a/src/i18n.h +++ b/src/i18n.h @@ -7,6 +7,7 @@ #endif #ifdef HAVE_GNOME +# define GNOME_REGEX_H # include #else # ifdef ENABLE_NLS diff --git a/src/x.h b/src/x.h index 65a335710..02bdb9835 100644 --- a/src/x.h +++ b/src/x.h @@ -16,6 +16,7 @@ #endif #ifdef HAVE_GNOME +# define GNOME_REGEX_H # include # include "gconf.h" # undef MIN