libmicrohttpd

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

commit 75f339b0763ba3b90a4cdaa9076d0870002e24b5
parent 481c63baad45efc7fd2b1bb6789b1b349f6a6efe
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 25 Oct 2021 16:53:08 +0300

tsearch.c: fixed missing include after f66a23d27116ade5876d7e23d8c077091cd572e9

Diffstat:
Msrc/microhttpd/tsearch.c | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/tsearch.c b/src/microhttpd/tsearch.c @@ -13,9 +13,10 @@ #include "tsearch.h" #ifdef HAVE_STDDEF_H #include <stddef.h> -#else /* ! HAVE_STDDEF_H */ -#define NULL ((void*)0) -#endif /* ! HAVE_STDDEF_H */ +#endif /* HAVE_STDDEF_H */ +#ifdef HAVE_STDLIB_H +#include <stdlib.h> +#endif /* HAVE_STDLIB_H */ typedef struct node