aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor.h b/editor.h
index a2ab3f5..76a3136 100644
--- a/editor.h
+++ b/editor.h
@@ -17,6 +17,7 @@ typedef struct Win Win;
#include "syntax.h"
#include "ring-buffer.h"
#include "map.h"
+#include "text-regex.h"
typedef union {
bool b;