summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-02-04 16:32:41 +0100
committerHisham Muhammad <hisham@gobolinux.org>2018-02-17 15:30:15 -0200
commit4aba5d878d02f3d17f736f1200c16dcd66b5b85b (patch)
tree82b1a80261ad2b3329eebd54055dd3da0a366eb3 /Process.h
parente48b63b585109a9cd65741fd3ea3307fd69d0249 (diff)
Fix inttypes.h header
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index ef84e980..59196abc 100644
--- a/Process.h
+++ b/Process.h
@@ -24,6 +24,7 @@ in the source distribution for its full text.
#include "Object.h"
#include <sys/types.h>
+#include <inttypes.h>
#define PROCESS_FLAG_IO 0x0001