diff options
-rw-r--r-- | src/setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h index 4d49190a8..799b98c8b 100644 --- a/src/setup.h +++ b/src/setup.h @@ -97,4 +97,8 @@ int fileno( FILE *stream); #define USE_ENVIRONMENT #endif +#ifdef __BEOS__ +#define typedef_bool +#endif + #endif /* __SETUP_H */ |