gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 188/335: GENERATED: use proper includes in .c


From: gnunet
Subject: [libmicrohttpd] 188/335: GENERATED: use proper includes in .c
Date: Sat, 27 Jul 2024 22:01:24 +0200

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

grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.

commit 35838e2fed305e398b86ccd9e781c01313fc0898
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Jun 8 13:36:16 2024 +0200

    GENERATED: use proper includes in .c
---
 src/mhd2/daemon_set_options.c   | 9 +++++++--
 src/mhd2/response_set_options.c | 8 ++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/src/mhd2/daemon_set_options.c b/src/mhd2/daemon_set_options.c
index 18c309ac..2a7dc13a 100644
--- a/src/mhd2/daemon_set_options.c
+++ b/src/mhd2/daemon_set_options.c
@@ -8,8 +8,13 @@
 
 /* EDITED MANUALLY */
 
-#include "microhttpd2.h"
-#include "internal.h"
+#include "mhd_sys_options.h"
+#include "sys_base_types.h"
+#include "sys_malloc.h"
+#include <string.h>
+#include "mhd_daemon.h"
+#include "daemon_options.h"
+#include "mhd_public_api.h"
 
 enum MHD_StatusCode
 MHD_daemon_set_options (
diff --git a/src/mhd2/response_set_options.c b/src/mhd2/response_set_options.c
index fe2ec0e7..ecae3314 100644
--- a/src/mhd2/response_set_options.c
+++ b/src/mhd2/response_set_options.c
@@ -8,8 +8,12 @@
 
 /* EDITED MANUALLY */
 
-#include "microhttpd2.h"
-#include "internal.h"
+
+#include "mhd_sys_options.h"
+#include "sys_base_types.h"
+#include "mhd_response.h"
+#include "response_options.h"
+#include "mhd_public_api.h"
 
 enum MHD_StatusCode
 MHD_response_set_options (

-- 
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]