Added missing ifdef guard for <stdbool.h>

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-12-01 15:05:56 +03:00
parent a8423ab884
commit 969cbdf6a6
+2
View File
@@ -35,7 +35,9 @@
#include "mhd_options.h"
#include <errno.h>
#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
#endif /* HAVE_STDBOOL_H */
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */