[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 09/09: mhd_str: use smaller include
From: |
gnunet |
Subject: |
[libmicrohttpd] 09/09: mhd_str: use smaller include |
Date: |
Wed, 21 Jul 2021 22:25:28 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 237aebfade9f51cfb3c0071b71b8875fb9eba335
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Jul 21 23:15:49 2021 +0300
mhd_str: use smaller include
---
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 cbc1030b..0bd46444 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -27,9 +27,9 @@
#define MHD_STR_H 1
#include "mhd_options.h"
-#include <stdlib.h>
#include <stdint.h>
#include <stddef.h>
+#include <sys/types.h>
#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
#endif /* HAVE_STDBOOL_H */
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] branch master updated (ecf9dbb6 -> 237aebfa), gnunet, 2021/07/21
- [libmicrohttpd] 01/09: Restructured files in MSVC project, gnunet, 2021/07/21
- [libmicrohttpd] 05/09: mhd_align.h: added support for MSVC compiler, gnunet, 2021/07/21
- [libmicrohttpd] 06/09: mhd_str.h: fixed compilation with MSVC, gnunet, 2021/07/21
- [libmicrohttpd] 04/09: mhd_align.h: fixed copy-paste error, gnunet, 2021/07/21
- [libmicrohttpd] 02/09: MSVC project: defaults to Vista+, gnunet, 2021/07/21
- [libmicrohttpd] 09/09: mhd_str: use smaller include,
gnunet <=
- [libmicrohttpd] 03/09: MSVC projects: added missing header, gnunet, 2021/07/21
- [libmicrohttpd] 08/09: test_str_tokens_remove: shut spell checker, gnunet, 2021/07/21
- [libmicrohttpd] 07/09: test_str_tokens_remove: test corner cases, gnunet, 2021/07/21