summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/regex2.c1
-rw-r--r--examples/regex_match.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/regex2.c b/examples/regex2.c
index 1a8ac31d..09eaecd3 100644
--- a/examples/regex2.c
+++ b/examples/regex2.c
@@ -1,4 +1,5 @@
#include <stc/cregex.h>
+#include <stc/csview.h>
#include <stc/cstr.h>
int main()
diff --git a/examples/regex_match.c b/examples/regex_match.c
index 899fc072..7f02f892 100644
--- a/examples/regex_match.c
+++ b/examples/regex_match.c
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stc/cregex.h>
#include <stc/crandom.h>
+#include <stc/csview.h>
#define i_val double
#include <time.h>