commit 05c06d6be16c9b167843c06d9b978b8623b40bc4 parent ad9b3c3814e92a2bb1ce1cd114328d5de741c33d Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 17 Jan 2016 00:00:54 +0000 -need stdlib for size_t Diffstat:
| M | src/microhttpd/mhd_str.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h @@ -27,6 +27,7 @@ #define MHD_STR_H 1 #include <stdint.h> +#include <stdlib.h> /* * Block of functions/macros that use US-ASCII charset as required by HTTP