summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2008-08-24 13:54:05 +0000
committerrpj <rpj>2008-08-24 13:54:05 +0000
commite0513b5c7247bdafd5398f03bb7853cd880f5de6 (patch)
treeb6dc77d37771776899e74edea82776b95b2fb06e
parentda6751749ad99158e9938092d46c7a9138fcbd46 (diff)
''
-rw-r--r--sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sched.h b/sched.h
index dfb8e93..8674083 100644
--- a/sched.h
+++ b/sched.h
@@ -119,6 +119,8 @@
# include <sys/types.h>
/* Required by Unix 98 */
# include <time.h>
+#else
+typedef int pid_t;
#endif /* PTW32_LEVEL >= PTW32_LEVEL_MAX */
#else
typedef int pid_t;