aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/dfa.c b/dfa.c
index 161425aa..f9355f19 100644
--- a/dfa.c
+++ b/dfa.c
@@ -39,9 +39,7 @@
#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
#else
-#define bool int
-#define true (1)
-#define false (0)
+#include "missing_d/gawkbool.h"
#endif /* HAVE_STDBOOL_H */