diff options
Diffstat (limited to 'lib/Regex.cc')
-rw-r--r-- | lib/Regex.cc | 5 |
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]; |