summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/system.h b/src/system.h
index c4c4d64e6..ae1630196 100644
--- a/src/system.h
+++ b/src/system.h
@@ -117,11 +117,7 @@ void *memrchr (const void *, int, size_t);
extern int errno;
#endif
-#if HAVE_STDBOOL_H
-# include <stdbool.h>
-#else
-typedef enum {false = 0, true = 1} bool;
-#endif
+#include <stdbool.h>
#if HAVE_STDLIB_H
# define getopt system_getopt