about summary refs log tree commit diff homepage
path: root/examples/regexp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/regexp')
-rw-r--r--examples/regexp/Regexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/regexp/Regexp.c b/examples/regexp/Regexp.c
index a48ea928..18198590 100644
--- a/examples/regexp/Regexp.c
+++ b/examples/regexp/Regexp.c
@@ -7,7 +7,7 @@
  *
  */ 
 
-#include <klee/klee.h>
+#include "klee/klee.h"
 
 static int matchhere(char*,char*);