diff options
Diffstat (limited to 'net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch')
-rw-r--r-- | net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch b/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch new file mode 100644 index 000000000000..91c3f5b28399 --- /dev/null +++ b/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch @@ -0,0 +1,11 @@ +--- vpncwatch.c.orig 2009-02-08 17:03:14.296036582 +0100 ++++ vpncwatch.c 2009-02-08 17:02:56.932904474 +0100 +@@ -31,6 +31,7 @@ + #include <arpa/inet.h> + #include <netdb.h> + #include <errno.h> ++#include <linux/limits.h> + + + #include "vpncwatch.h" + |