projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d943af0
)
tcpudp: trivial build fix
author
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 31 Mar 2008 20:30:38 +0000
(20:30 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 31 Mar 2008 20:30:38 +0000
(20:30 -0000)
networking/tcpudp.c
patch
|
blob
|
history
diff --git
a/networking/tcpudp.c
b/networking/tcpudp.c
index 5da4de50591499c54577cfcdada83261fc7bef56..0b604af482c691e684a05b1c5f524699cba2fe77 100644
(file)
--- a/
networking/tcpudp.c
+++ b/
networking/tcpudp.c
@@
-29,10
+29,10
@@
* - 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"