Removed incorrect undef HAVE_STDBOOL_H which caused standard boolean types to be redefined unnecessarily.

This commit is contained in:
Andrew Wood
2023-07-28 21:55:57 +01:00
parent 7088833627
commit cd9f057f15
-1
View File
@@ -26,7 +26,6 @@
#endif
/* Boolean type support */
#undef HAVE_STDBOOL_H
#ifdef HAVE_STDBOOL_H
# include <stdbool.h>
#else