Make it possible to use standard bool on Windows.
authorHiroshi Inoue <hinoue205@gmail.com>
Fri, 8 Sep 2023 02:04:30 +0000 (11:04 +0900)
committerHiroshi Inoue <hinoue205@gmail.com>
Fri, 8 Sep 2023 02:04:30 +0000 (11:04 +0900)
psqlodbc.h

index 1677d0a48723e413be622ece83ee00e7c3056f9c..bf2596087bfae961cb3df3f8d95f8f1b9dc925f6 100644 (file)
@@ -37,6 +37,7 @@
 #else  /* _DEBUG */
 #include <stdlib.h>
 #endif /* _DEBUG */
+#include <stdbool.h>
 #else  /* WIN32 */
 #include <stdlib.h>
 #endif /* WIN32 */