Having spent more time on this I found a fix on my machine (right now
with kernel version 3.8.0-29).

Updating the line 13 of include/uapi/linux/netfilter_ipv4.h from:

#include <limits.h> /* for INT_MIN, INT_MAX */

to:

#include <linux/limits.h> /* for INT_MIN, INT_MAX */

fixed the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929715

Title:
  netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or
  directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/929715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to