From: Denis Vlasenko Date: Mon, 31 Mar 2008 20:30:38 +0000 (-0000) Subject: tcpudp: trivial build fix X-Git-Tag: 1_11_0~385 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=165f5b394fa337e71e08435b51108f4394199b2b;p=oweals%2Fbusybox.git tcpudp: trivial build fix --- diff --git a/networking/tcpudp.c b/networking/tcpudp.c index 5da4de505..0b604af48 100644 --- a/networking/tcpudp.c +++ b/networking/tcpudp.c @@ -29,10 +29,10 @@ * - don't know how to retrieve ORIGDST for udp. */ -#include -#include /* wants */ - #include "libbb.h" +/* Wants etc, thus included after libbb.h: */ +#include + // TODO: move into this file: #include "tcpudp_perhost.h"