gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 01/04: Added missing ifdef guard for <stdbool.h>


From: gnunet
Subject: [libmicrohttpd] 01/04: Added missing ifdef guard for <stdbool.h>
Date: Wed, 01 Dec 2021 14:46:10 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 969cbdf6a6ca12c1b4d2e960a37827e2fb23985e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Nov 30 15:45:47 2021 +0300

    Added missing ifdef guard for <stdbool.h>
---
 src/microhttpd/mhd_sockets.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h
index 35fdf6b4..ce9740e6 100644
--- a/src/microhttpd/mhd_sockets.h
+++ b/src/microhttpd/mhd_sockets.h
@@ -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 */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]