about summary refs log tree commit diff homepage
path: root/test/Feature/CheckMemoryAccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/CheckMemoryAccess.c')
-rw-r--r--test/Feature/CheckMemoryAccess.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/CheckMemoryAccess.c b/test/Feature/CheckMemoryAccess.c
index a9e0e6b5..9854f983 100644
--- a/test/Feature/CheckMemoryAccess.c
+++ b/test/Feature/CheckMemoryAccess.c
@@ -3,10 +3,10 @@
 // RUN: %klee --output-dir=%t.klee-out %t.bc > %t.log
 // RUN: grep -q "good" %t.log
 // RUN: not grep -q "bad" %t.log
-
+#include "klee/klee.h"
 #include <assert.h>
-#include <stdlib.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 int main() {
   char buf[4];