commit 2e7f33fd0838be881a070dd6ec946cc64c993778 parent 8caa25a528347578c51f099e5782a238f61db17c Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev> Date: Tue, 11 Nov 2025 02:53:35 +0100 host-example.c: add missing include Diffstat:
| M | doc/examples/host-example.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/doc/examples/host-example.c b/doc/examples/host-example.c @@ -1,6 +1,7 @@ /* examples/host-example.c */ #include <microhttpd2.h> +#include <stdio.h> #include <assert.h>