diff options
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r-- | src/microhttpd/memorypool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h index 69b7e851..2863b2f3 100644 --- a/src/microhttpd/memorypool.h +++ b/src/microhttpd/memorypool.h @@ -30,7 +30,8 @@ #ifndef MEMORYPOOL_H #define MEMORYPOOL_H -#include "internal.h" +#include "mhd_options.h" +#include <stddef.h> /** * Opaque handle for a memory pool. |