commit 94c463e9995378078cafb9924e1d641bd0173668 parent 18177698ac76827da36d5d3d93bc0a4c86e7f2f9 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 19 Feb 2011 20:06:29 +0000 missing include Diffstat:
| M | src/daemon/daemon.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c @@ -29,6 +29,7 @@ #include "response.h" #include "connection.h" #include "memorypool.h" +#include <limits.h> #if HTTPS_SUPPORT #include "connection_https.h"