libmicrohttpd2

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

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

mhd_hpack_codec.c: fixed order of includes

Diffstat:
Msrc/mhd2/h2/hpack/mhd_hpack_codec.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mhd2/h2/hpack/mhd_hpack_codec.c b/src/mhd2/h2/hpack/mhd_hpack_codec.c @@ -70,12 +70,13 @@ #include "mhd_hpack_dec_types.h" #include "mhd_hpack_enc_types.h" -#include "mhd_hpack_codec.h" #if !defined(mhd_HPACK_TESTING_TABLES_ONLY) || !defined(MHD_UNIT_TESTING) # include "h2_huffman_codec.h" # include "h2_huffman_est.h" #endif +#include "mhd_hpack_codec.h" + /** * Number of entries in the static table