diff options
Diffstat (limited to 'lib/types.h')
-rw-r--r-- | lib/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/types.h b/lib/types.h index 287a3b42..bb245068 100644 --- a/lib/types.h +++ b/lib/types.h @@ -1,7 +1,7 @@ #ifndef FIO_TYPES_H #define FIO_TYPES_H -#ifndef CONFIG_HAVE_BOOL +#if !defined(CONFIG_HAVE_BOOL) && !defined(__cplusplus) typedef int bool; #ifndef false #define false 0 |