aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-17 00:00:54 +0000
committerChristian Grothoff <christian@grothoff.org>2016-01-17 00:00:54 +0000
commit05c06d6be16c9b167843c06d9b978b8623b40bc4 (patch)
treea8843e54b9fb92e95c15d68018dc3a77ece21457 /src/microhttpd/mhd_str.h
parentad9b3c3814e92a2bb1ce1cd114328d5de741c33d (diff)
downloadlibmicrohttpd-05c06d6be16c9b167843c06d9b978b8623b40bc4.tar.gz
libmicrohttpd-05c06d6be16c9b167843c06d9b978b8623b40bc4.zip
-need stdlib for size_t
Diffstat (limited to 'src/microhttpd/mhd_str.h')
-rw-r--r--src/microhttpd/mhd_str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 59902e80..6975d6b8 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -27,6 +27,7 @@
27#define MHD_STR_H 1 27#define MHD_STR_H 1
28 28
29#include <stdint.h> 29#include <stdint.h>
30#include <stdlib.h>
30 31
31/* 32/*
32 * Block of functions/macros that use US-ASCII charset as required by HTTP 33 * Block of functions/macros that use US-ASCII charset as required by HTTP