aboutsummaryrefslogtreecommitdiff
path: root/text-regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'text-regex.h')
-rw-r--r--text-regex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/text-regex.h b/text-regex.h
index 15b2340..c18caa3 100644
--- a/text-regex.h
+++ b/text-regex.h
@@ -1,6 +1,7 @@
#ifndef TEXT_REGEX_H
#define TEXT_REGEX_H
+#include <regex.h>
#include "text.h"
typedef struct Regex Regex;