From c0cd9f29d21e85bf5140a62ca6804b3a0ae28a94 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 7 Jun 2008 12:23:44 +0000 Subject: Fix trivial problems: "make clean" cleaning too much and add #include to pull in __be32 typedef. --- networking/tcpudp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'networking') 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 etc, thus included after libbb.h: */ +#include /* for __be32 etc */ #include // TODO: move into this file: -- cgit v1.2.3