I already add the line #include <linux/in.h> to the file ipnatadm.h, but I get severals errors when I make the software
In file included from ipnatadm.h:14,
from ipnatadm.c:45:
/usr/src/linux/include/net/ip_nat.h:97: parse error before `('
/usr/src/linux/include/net/ip_nat.h:97: parse error before `?'
/usr/src/linux/include/net/ip_nat.h:97: stray '\' in program
/usr/src/linux/include/net/ip_nat.h:98: stray '\' in program
/usr/src/linux/include/net/ip_nat.h:99: stray '\' in program
make: *** [ipnatadm.o] Error 1
I donīt know how to solve this problem
|