gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

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