Author: adrian.chadd
Date: Tue Apr 21 23:03:03 2009
New Revision: 13979
Modified:
branches/LUSCA_HEAD/libiapp/comm_ips_tproxy4.c
Log:
The 2.6.29-1 headers from debian unstable require limits.h before
netfilter_ipv4.h
to define INT_MAX.
Modified: branches/LUSCA_HEAD/libiapp/comm_ips_tproxy4.c
==============================================================================
--- branches/LUSCA_HEAD/libiapp/comm_ips_tproxy4.c (original)
+++ branches/LUSCA_HEAD/libiapp/comm_ips_tproxy4.c Tue Apr 21 23:03:03 2009
@@ -12,6 +12,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
+#include <limits.h>
#include <linux/netfilter_ipv4.h>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---