summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/editor.c b/src/editor.c
index a2741ab..c5c697e 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -25,6 +25,8 @@
#include "editor.h"
+#include <i18n.h>
+
@@ -62,9 +64,6 @@
-#define _(str) str
-
-
void sigchld_handler(int num);