gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 07/08: tsearch.c: fixed missing include after f66a23d271


From: gnunet
Subject: [libmicrohttpd] 07/08: tsearch.c: fixed missing include after f66a23d27116ade5876d7e23d8c077091cd572e9
Date: Mon, 25 Oct 2021 15:58:57 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

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

    tsearch.c: fixed missing include after 
f66a23d27116ade5876d7e23d8c077091cd572e9
---
 src/microhttpd/tsearch.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/tsearch.c b/src/microhttpd/tsearch.c
index 26a5c769..ba550b7d 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]