summaryrefslogtreecommitdiffstats
path: root/Process.c
diff options
context:
space:
mode:
Diffstat (limited to 'Process.c')
-rw-r--r--Process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Process.c b/Process.c
index 84c9d7a5..3792f460 100644
--- a/Process.c
+++ b/Process.c
@@ -28,7 +28,6 @@ in the source distribution for its full text.
#include <time.h>
#include <assert.h>
#include <math.h>
-#include <inttypes.h>
#ifdef __ANDROID__
#define SYS_ioprio_get __NR_ioprio_get
@@ -46,6 +45,7 @@ in the source distribution for its full text.
#include "Object.h"
#include <sys/types.h>
+#include <inttypes.h>
#define PROCESS_FLAG_IO 0x0001