summaryrefslogtreecommitdiff
path: root/include/Exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r--include/Exceptions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h
index 576f757..c66f7d5 100644
--- a/include/Exceptions.h
+++ b/include/Exceptions.h
@@ -7,6 +7,10 @@
#include <stdlib.h>
#include <generic.h>
+#ifndef pid_t
+typedef int pid_t;
+#endif
+
class String;
class Base {