tcpudp: trivial build fix
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 31 Mar 2008 20:30:38 +0000 (20:30 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 31 Mar 2008 20:30:38 +0000 (20:30 -0000)
networking/tcpudp.c

index 5da4de5..0b604af 100644 (file)
  * - don't know how to retrieve ORIGDST for udp.
  */
 
-#include <limits.h>
-#include <linux/netfilter_ipv4.h> /* wants <limits.h> */
-
 #include "libbb.h"
+/* Wants <limits.h> etc, thus included after libbb.h: */
+#include <linux/netfilter_ipv4.h>
+
 // TODO: move into this file:
 #include "tcpudp_perhost.h"