diff --git a/include/common.h b/include/common.h index 3c4a1cb51..f9ae5e9ea 100644 --- a/include/common.h +++ b/include/common.h @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include @@ -93,8 +94,6 @@ void log_out (FILE *fp, const char *fmt, ...); void log_info (const char *fmt, ...); void log_error (const char *fmt, ...); -typedef int bool; // this is ugly but ADL requires the bool datatype - typedef uint32_t uint; // we should rename to u32, sooner or later, for consistency typedef uint64_t u64;