diff options
Diffstat (limited to 'runtime/POSIX/fd_init.c')
-rw-r--r-- | runtime/POSIX/fd_init.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/POSIX/fd_init.c b/runtime/POSIX/fd_init.c index 327ddb53..8845fc9c 100644 --- a/runtime/POSIX/fd_init.c +++ b/runtime/POSIX/fd_init.c @@ -10,17 +10,17 @@ #define _LARGEFILE64_SOURCE #define _FILE_OFFSET_BITS 64 #include "fd.h" -#include <klee/klee.h> -#include <string.h> +#include "klee/klee.h" + +#include <assert.h> #include <stdio.h> #include <stdlib.h> -#include <assert.h> +#include <string.h> #include <sys/stat.h> #include <sys/syscall.h> #include <unistd.h> - exe_file_system_t __exe_fs; /* NOTE: It is important that these are statically initialized |