libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 9bcab2d53eb718fefaf9200f522d836482b5ca4e
parent b7af711273c61ed7b87d2d87840bda427d3fb524
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Mon, 24 Aug 2026 12:07:16 +0200

h2_conn_streams.c: fixed order of includes

Diffstat:
Msrc/mhd2/h2/h2_conn_streams.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mhd2/h2/h2_conn_streams.c b/src/mhd2/h2/h2_conn_streams.c @@ -54,6 +54,7 @@ #include "compat_calloc.h" #include "sys_malloc.h" +#include <string.h> #include "mhd_dlinked_list.h" @@ -78,8 +79,6 @@ #include "h2_conn_streams.h" -#include <string.h> - static MHD_FN_PAR_NONNULL_ALL_ struct mhd_H2Stream * conn_add_new_stream (struct MHD_Connection *restrict c,