diff options
Diffstat (limited to 'networking/tcpudp.c')
-rw-r--r-- | networking/tcpudp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/tcpudp.c b/networking/tcpudp.c index 0b604af48..07a87b8ed 100644 --- a/networking/tcpudp.c +++ b/networking/tcpudp.c | |||
@@ -31,6 +31,7 @@ | |||
31 | 31 | ||
32 | #include "libbb.h" | 32 | #include "libbb.h" |
33 | /* Wants <limits.h> etc, thus included after libbb.h: */ | 33 | /* Wants <limits.h> etc, thus included after libbb.h: */ |
34 | #include <linux/types.h> /* for __be32 etc */ | ||
34 | #include <linux/netfilter_ipv4.h> | 35 | #include <linux/netfilter_ipv4.h> |
35 | 36 | ||
36 | // TODO: move into this file: | 37 | // TODO: move into this file: |