[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 39/156: test_get_iovec: fixed missing include headers
From: |
gnunet |
Subject: |
[libmicrohttpd] 39/156: test_get_iovec: fixed missing include headers |
Date: |
Sun, 28 May 2023 17:51:32 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to tag v0.9.77
in repository libmicrohttpd.
commit 6678ab663a0475d324c04ab34b70da4d41d8be29
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Nov 24 12:00:09 2022 +0300
test_get_iovec: fixed missing include headers
---
src/testcurl/test_get_iovec.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/testcurl/test_get_iovec.c b/src/testcurl/test_get_iovec.c
index ae30f6d6..fd2a72c6 100644
--- a/src/testcurl/test_get_iovec.c
+++ b/src/testcurl/test_get_iovec.c
@@ -32,7 +32,7 @@
* daemon using MHD_create_response_from_iovec instead of working from an fd.
*/
-#include "MHD_config.h"
+#include "mhd_options.h"
#include "platform.h"
#include <curl/curl.h>
#include <microhttpd.h>
@@ -41,6 +41,9 @@
#include <time.h>
#include <sys/types.h>
#include <fcntl.h>
+#ifdef HAVE_STDBOOL_H
+#include <stdbool.h>
+#endif
#include "mhd_sockets.h"
#include "mhd_has_in_name.h"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 30/156: configure: fixed underquoting, typos, wording, (continued)
- [libmicrohttpd] 30/156: configure: fixed underquoting, typos, wording, gnunet, 2023/05/28
- [libmicrohttpd] 32/156: configure: fixed typos in messages, gnunet, 2023/05/28
- [libmicrohttpd] 23/156: Fixed wrong variable type used for result of gnutls_priority_init(), gnunet, 2023/05/28
- [libmicrohttpd] 41/156: configure: used better detection of some functions when cross-compiling, gnunet, 2023/05/28
- [libmicrohttpd] 27/156: test_http_reasons: fixed compiler warnings, gnunet, 2023/05/28
- [libmicrohttpd] 29/156: Remove double adding of MHD_HTTP_HEADER_CONNECTION response header, gnunet, 2023/05/28
- [libmicrohttpd] 31/156: connection: skip no-op calling of body generation functions when response body is not used, gnunet, 2023/05/28
- [libmicrohttpd] 43/156: -typo, gnunet, 2023/05/28
- [libmicrohttpd] 21/156: internal.h: fixed incorrect use of enum value as preprocessor value, gnunet, 2023/05/28
- [libmicrohttpd] 40/156: Added new M4 helper macro, gnunet, 2023/05/28
- [libmicrohttpd] 39/156: test_get_iovec: fixed missing include headers,
gnunet <=
- [libmicrohttpd] 45/156: MHD_get_version_bin(): added new function, gnunet, 2023/05/28
- [libmicrohttpd] 44/156: add assertion to guard against bad behavior described in #7196, also document that after suspending one must return MHD_YES, gnunet, 2023/05/28
- [libmicrohttpd] 49/156: mhd_check_func.m4: fixed macro, gnunet, 2023/05/28
- [libmicrohttpd] 46/156: mhd_norm_expd.m4: added autoconf helper macro, gnunet, 2023/05/28
- [libmicrohttpd] 55/156: mhd_check_link_run.m4: fixed typo in comment, gnunet, 2023/05/28
- [libmicrohttpd] 48/156: mhd_check_func.m4: fixed overquoting, gnunet, 2023/05/28
- [libmicrohttpd] 47/156: mhd_check_func.m4: fixed English grammar, gnunet, 2023/05/28
- [libmicrohttpd] 51/156: mhd_check_func.m4: added check for function declaration, gnunet, 2023/05/28
- [libmicrohttpd] 54/156: tsearch.{h,c}: updated to the latest fixed version, gnunet, 2023/05/28
- [libmicrohttpd] 50/156: mhd_check_func.m4: updated, gnunet, 2023/05/28