It's friday, and this seems like a good idea, and they're egging me on in IRC.
@@ -40,6 +40,8 @@
#include <inttypes.h>
#endif
+#include <stdbool.h>
+
#if (SIZEOF_INT8_T != 0)
#define HAVE_INT8_T
@@ -57,7 +57,6 @@
#ifdef HAVE_TIME_H
#include <time.h>
-#include <stdbool.h>
#ifdef _WIN32
#include <winsock2.h>