blob: 16daddd94de0cb3309352ccc62cceb1b145f0f91 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- dansguardian-2.10.1.1.orig/src/ConnectionHandler.cpp 2009-02-25 12:36:22.000000000 +0100
+++ dansguardian-2.10.1.1/src/ConnectionHandler.cpp 2009-12-30 13:19:14.000000000 +0100
@@ -42,6 +42,7 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <istream>
+#include <limits.h>
#ifdef ENABLE_ORIG_IP
#include <linux/types.h>
|