libmicrohttpd2

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

commit 59d862eba242181576fcb9ee49565d1cdb316445
parent e05e01cbc692753f4e32ad6e2b5cf46baeec58d9
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Wed,  1 Oct 2025 20:16:06 +0200

mhd_str_types.h: corrected include

Diffstat:
Msrc/mhd2/mhd_str_types.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mhd2/mhd_str_types.h b/src/mhd2/mhd_str_types.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later OR (GPL-2.0-or-later WITH eCos-exception-2.0) */ /* This file is part of GNU libmicrohttpd. - Copyright (C) 2024 Evgeny Grin (Karlson2k) + Copyright (C) 2024-2025 Evgeny Grin (Karlson2k) GNU libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -38,7 +38,7 @@ /** * @file src/mhd2/mhd_str_types.h - * @brief The definition of the tristate type and helper macros + * @brief The definition of the MHD_String and MHD_StringNullable structs * @author Karlson2k (Evgeny Grin) */ @@ -48,7 +48,7 @@ #include "mhd_sys_options.h" #ifndef MHD_STRINGS_DEFINED -#include "sys_base_types.h" +#include "sys_sizet_type.h" /**