diff options
Diffstat (limited to 'sys/sys/param.h')
| -rw-r--r-- | sys/sys/param.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 0894051c99e6..e8dd9b3e3eaa 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -92,9 +92,13 @@ #include <sys/priority.h> #endif +#ifndef FALSE #define FALSE 0 +#endif +#ifndef TRUE #define TRUE 1 #endif +#endif #ifndef _KERNEL /* Signals. */ |
