X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Ftcpudp.c;h=0b604af482c691e684a05b1c5f524699cba2fe77;hb=a4a93fdf1851cbde59c8766cba8f7830df8fe5d7;hp=5da4de50591499c54577cfcdada83261fc7bef56;hpb=cf7cf622046b0e1a2817e1da4aa8bc6f513b0153;p=oweals%2Fbusybox.git 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"