about summary refs log tree commit diff homepage
path: root/test/Feature/NamedSeedMatching.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/NamedSeedMatching.c')
-rw-r--r--test/Feature/NamedSeedMatching.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/NamedSeedMatching.c b/test/Feature/NamedSeedMatching.c
index 6f97e4e7..2cc47340 100644
--- a/test/Feature/NamedSeedMatching.c
+++ b/test/Feature/NamedSeedMatching.c
@@ -10,9 +10,9 @@
 // RUN: grep -q "b==4" %t.log
 // RUN: grep -q "c==5" %t.log
 // RUN: grep -q "x==6" %t.log
-
-#include <string.h>
+#include "klee/klee.h"
 #include <stdio.h>
+#include <string.h>
 
 int main(int argc, char **argv) {
   int a, b, c, x;