aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-19 20:06:29 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-19 20:06:29 +0000
commit94c463e9995378078cafb9924e1d641bd0173668 (patch)
tree7d2fdbb07fafb9ab735a6d0eb2b927c91215db07
parent18177698ac76827da36d5d3d93bc0a4c86e7f2f9 (diff)
downloadlibmicrohttpd-94c463e9995378078cafb9924e1d641bd0173668.tar.gz
libmicrohttpd-94c463e9995378078cafb9924e1d641bd0173668.zip
missing include
-rw-r--r--src/daemon/daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index a9778c61..d2e356a9 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -29,6 +29,7 @@
29#include "response.h" 29#include "response.h"
30#include "connection.h" 30#include "connection.h"
31#include "memorypool.h" 31#include "memorypool.h"
32#include <limits.h>
32 33
33#if HTTPS_SUPPORT 34#if HTTPS_SUPPORT
34#include "connection_https.h" 35#include "connection_https.h"