From b1302b29d9158bb62707203ea54fa5b13904ac15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 27 Jul 2015 11:56:20 +0200 Subject: text: move utility functions to separate file --- editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'editor.c') 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); -- cgit v1.2.3