aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r--src/microhttpd/memorypool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h
index 11355a87..955fea4d 100644
--- a/src/microhttpd/memorypool.h
+++ b/src/microhttpd/memorypool.h
@@ -31,7 +31,9 @@
31#define MEMORYPOOL_H 31#define MEMORYPOOL_H
32 32
33#include "mhd_options.h" 33#include "mhd_options.h"
34#ifdef HAVE_STDDEF_H
34#include <stddef.h> 35#include <stddef.h>
36#endif /* HAVE_STDDEF_H */
35#ifdef HAVE_STDBOOL_H 37#ifdef HAVE_STDBOOL_H
36#include <stdbool.h> 38#include <stdbool.h>
37#endif 39#endif