Greetings. My first debian package... I am attempting to compile frottle, a wireless traffic shaper. I have read the new-maint guide. In the INSTALL documentation for frottle it says thus: ----- There is a 'feature' in iptables which may cause make to fail. If you get errors like:
/usr/include/net/if.h:45: parse error before `0x1' /usr/include/net/if.h:111: redefinition of `struct ifmap' etc Then you need to edit /usr/include/linux/netfilter_ipv4/ip_queue.h and change "#include <net/if.h>" to "#include <linux/if.h>". ----- How do I handle something like this in a package? I need to make the change because I am getting the error, but not sure what the _right_ way to do this is? --Luke