aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-24 11:29:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-24 11:29:09 +0000
commit9cc7bd0c77b57d545ef560e0b7b637196b20914f (patch)
tree9ff98d550acfddceafa03f12d3936f37decbd2d4
parenta372d23b4ee68d578a7482f6b2b17018bbe53b5e (diff)
downloadlibmicrohttpd-9cc7bd0c77b57d545ef560e0b7b637196b20914f.tar.gz
libmicrohttpd-9cc7bd0c77b57d545ef560e0b7b637196b20914f.zip
-missing include
-rw-r--r--src/microhttpd/reason_phrase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/reason_phrase.c b/src/microhttpd/reason_phrase.c
index 6eb79d14..f97d1fbf 100644
--- a/src/microhttpd/reason_phrase.c
+++ b/src/microhttpd/reason_phrase.c
@@ -24,7 +24,7 @@
24 * @author Elliot Glaysher 24 * @author Elliot Glaysher
25 * @author Christian Grothoff (minor code clean up) 25 * @author Christian Grothoff (minor code clean up)
26 */ 26 */
27 27#include "platform.h"
28#include "reason_phrase.h" 28#include "reason_phrase.h"
29 29
30#ifndef NULL 30#ifndef NULL