summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r--subsurfacestartup.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c
index 741606ee4..eb3d5fc73 100644
--- a/subsurfacestartup.c
+++ b/subsurfacestartup.c
@@ -1,7 +1,12 @@
#include "subsurfacestartup.h"
#include <stdbool.h>
+#include <string.h>
+#if 0
#include <glib/gi18n.h>
-
+#else /* stupid */
+#define _(arg) arg
+#define N_(arg) arg
+#endif
struct preferences prefs;
struct preferences default_prefs = {
.units = SI_UNITS,