about summary refs log tree commit diff homepage
path: root/runtime/POSIX/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/POSIX/misc.c')
-rw-r--r--runtime/POSIX/misc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/POSIX/misc.c b/runtime/POSIX/misc.c
index 7335dee2..94c495f5 100644
--- a/runtime/POSIX/misc.c
+++ b/runtime/POSIX/misc.c
@@ -7,13 +7,14 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "klee/klee.h"
+
 #include <assert.h>
-#include <unistd.h>
-#include <sys/syscall.h>
 #include <errno.h>
 #include <stdlib.h>
-#include <klee/klee.h>
 #include <string.h>
+#include <sys/syscall.h>
+#include <unistd.h>
 
 #if 0
 #define MAX_SYM_ENV_SIZE 32