aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_sockets.h')
-rw-r--r--src/microhttpd/mhd_sockets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h
index 18f831a9..c8c1df2e 100644
--- a/src/microhttpd/mhd_sockets.h
+++ b/src/microhttpd/mhd_sockets.h
@@ -115,7 +115,9 @@
115# include <poll.h> 115# include <poll.h>
116#endif 116#endif
117 117
118#ifdef HAVE_STDDEF_H
118#include <stddef.h> 119#include <stddef.h>
120#endif /* HAVE_STDDEF_H */
119#if defined(_MSC_FULL_VER) && ! defined (_SSIZE_T_DEFINED) 121#if defined(_MSC_FULL_VER) && ! defined (_SSIZE_T_DEFINED)
120# include <stdint.h> 122# include <stdint.h>
121# define _SSIZE_T_DEFINED 123# define _SSIZE_T_DEFINED