aboutsummaryrefslogtreecommitdiff
path: root/src/common/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/include/proc.h')
-rw-r--r--src/common/include/proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/include/proc.h b/src/common/include/proc.h
index 831e5c6..29b5b91 100644
--- a/src/common/include/proc.h
+++ b/src/common/include/proc.h
@@ -3,6 +3,8 @@
#include <stddef.h>
#include <stdint.h>
+typedef int pid_t;
+
#define PS_LOADING 1
#define PS_RUNNING 2
#define PS_FINISHED 3