aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 26eb7039c..fa0cc1f9e 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -107,6 +107,11 @@ struct unixFile {
/*
+** Include code that is common to all os_*.c files
+*/
+#include "os_common.h"
+
+/*
** Do not include any of the File I/O interface procedures if the
** SQLITE_OMIT_DISKIO macro is defined (indicating that there database
** will be in-memory only)
@@ -142,11 +147,6 @@ struct unixFile {
#endif
/*
-** Include code that is common to all os_*.c files
-*/
-#include "os_common.h"
-
-/*
** The threadid macro resolves to the thread-id or to 0. Used for
** testing and debugging only.
*/