]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
Include limits.h in ipt_ACCOUNT_cl.c to work around compilation problems reported...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 24 Aug 2009 11:37:56 +0000 (13:37 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 24 Aug 2009 11:37:56 +0000 (13:37 +0200)
src/ipt_ACCOUNT_cl.c

index 8ef3277f3ed48b8ad68eecf5280b730678e1bdb6..17a42c3ea998ca569f7c9ed0ae036d4955cb03b9 100644 (file)
@@ -8,6 +8,7 @@
  *                                                                         *
  ***************************************************************************/
 
+#include <limits.h>
 #include <sys/types.h>
 #include <sys/socket.h>