summaryrefslogtreecommitdiff
path: root/lib/Regex.cc
diff options
context:
space:
mode:
authorpixel <pixel>2002-11-29 20:39:44 +0000
committerpixel <pixel>2002-11-29 20:39:44 +0000
commited0ed93bc9a64412c04a73938b04079cad95c4af (patch)
tree985cbfc9e800d0ee6d28ebb542d6ee79c9a4cc96 /lib/Regex.cc
parenta69ef2131749e05bb43106d48139638de0144f69 (diff)
Yeah... reworking on it!
Diffstat (limited to 'lib/Regex.cc')
-rw-r--r--lib/Regex.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Regex.cc b/lib/Regex.cc
index 41f303c..7fd9741 100644
--- a/lib/Regex.cc
+++ b/lib/Regex.cc
@@ -1,5 +1,8 @@
-#include "Regex.h"
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
+#include "Regex.h"
+#include "gettext.h"
char t[1024];