Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-07 16:23:44 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-07 16:23:44 +0400
commitc0cd9f29d21e85bf5140a62ca6804b3a0ae28a94 (patch)
tree70a819d45ca49e156e46b3e37127958a4668294a /networking/tcpudp.c
parenta05c0716c256a95861c01d06b5319f3149fca33a (diff)
Fix trivial problems: "make clean" cleaning too much
and add #include to pull in __be32 typedef.
Diffstat (limited to 'networking/tcpudp.c')
-rw-r--r--networking/tcpudp.c1
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 @@
#include "libbb.h"
/* Wants <limits.h> etc, thus included after libbb.h: */
+#include <linux/types.h> /* for __be32 etc */
#include <linux/netfilter_ipv4.h>
// TODO: move into this file: