diff --git a/networking/tcpudp.c b/networking/tcpudp.c index 94c89b9ef..3a6c68646 100644 --- a/networking/tcpudp.c +++ b/networking/tcpudp.c @@ -107,10 +107,10 @@ #include "libbb.h" #include "common_bufsiz.h" -/* Wants etc, thus included after libbb.h: */ #ifdef __linux__ -#include /* for __be32 etc */ -#include +/* from linux/netfilter_ipv4.h: */ +# undef SO_ORIGINAL_DST +# define SO_ORIGINAL_DST 80 #endif // TODO: move into this file: