summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-23 16:58:34 +0000
committerpixel <pixel>2002-12-23 16:58:34 +0000
commitb99e1506c295582615f6b011c5fcd7ff47f71bf3 (patch)
treefa7a7fd486f57a8c3678a56c91bab8386b37f2cf /include
parent59e1829827c6daa888587f5aaf657dfc177daf3d (diff)
FUCK WIN32!!! NO VSNPRINTF!!!! WHAT THE !@$!@$@!#@#!
Diffstat (limited to 'include')
-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 {