aboutsummaryrefslogtreecommitdiff
path: root/editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor.c')
-rw-r--r--editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor.c b/editor.c
index a47c141..c94e9be 100644
--- a/editor.c
+++ b/editor.c
@@ -6,6 +6,7 @@
#include "editor.h"
#include "util.h"
#include "text-motions.h"
+#include "text-util.h"
static void file_free(Editor *ed, File *file);
static File *file_new(Editor *ed, const char *filename);