summaryrefslogtreecommitdiff
path: root/lib/exceptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exceptions.c')
-rw-r--r--lib/exceptions.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/exceptions.c b/lib/exceptions.c
index 0bacb32..b86fb9f 100644
--- a/lib/exceptions.c
+++ b/lib/exceptions.c
@@ -1,7 +1,11 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#else
+#define _(x) x
+#endif
#include "exceptions.h"
char *contexts[128];