aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--types.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/types.h b/types.h
index ee871ef..1b15c73 100644
--- a/types.h
+++ b/types.h
@@ -19,14 +19,7 @@
#ifndef TYPES_H
#define TYPES_H
-#undef bool
-#undef false
-#undef true
-
-typedef enum {
- false,
- true
-} bool;
+#include <stdbool.h>
typedef enum {
BO_BIG_ENDIAN,