[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] branch master updated: -fix FTBFS: ssize_t needs stdlib.
From: |
gnunet |
Subject: |
[libmicrohttpd] branch master updated: -fix FTBFS: ssize_t needs stdlib.h on my system |
Date: |
Tue, 13 Jul 2021 23:53:10 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository libmicrohttpd.
The following commit(s) were added to refs/heads/master by this push:
new 39dddad6 -fix FTBFS: ssize_t needs stdlib.h on my system
39dddad6 is described below
commit 39dddad671639deda2d4f312aac6c32f796335fd
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Jul 13 23:50:04 2021 +0200
-fix FTBFS: ssize_t needs stdlib.h on my system
---
src/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
index 33f91086..b5bb95d1 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd] branch master updated: -fix FTBFS: ssize_t needs stdlib.h on my system,
gnunet <=