diff options
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r-- | include/Exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h index 40f402f..98f6c52 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -7,7 +7,7 @@ #include <stdlib.h> #include <generic.h> -#ifndef pid_t +#if !defined pid_t && !defined _SYS_TYPES_H typedef int pid_t; #endif |