libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 39dddad671639deda2d4f312aac6c32f796335fd
parent e1693575ed0edfd2c0f09abcfd1df3021c1f793e
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue, 13 Jul 2021 23:50:04 +0200

-fix FTBFS: ssize_t needs stdlib.h on my system

Diffstat:
Msrc/microhttpd/mhd_str.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h @@ -27,7 +27,7 @@ #define MHD_STR_H 1 #include "mhd_options.h" - +#include <stdlib.h> #include <stdint.h> #include <stddef.h> #ifdef HAVE_STDBOOL_H