aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iptunnel.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-08 20:47:15 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-08 20:47:15 +0000
commit1d62d3b7b9582736db67ac08af850721af13fdc4 (patch)
treedd419eb9cba9f9adaa3da9048ff1cf802d30ebdf /networking/libiproute/iptunnel.c
parent4a7252babdeca935e8446b136f98bae6b6e2f04a (diff)
downloadbusybox-w32-1d62d3b7b9582736db67ac08af850721af13fdc4.tar.gz
busybox-w32-1d62d3b7b9582736db67ac08af850721af13fdc4.tar.bz2
busybox-w32-1d62d3b7b9582736db67ac08af850721af13fdc4.zip
- make libiproute compile..
Diffstat (limited to 'networking/libiproute/iptunnel.c')
-rw-r--r--networking/libiproute/iptunnel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c
index 85c6099ed..52396efe8 100644
--- a/networking/libiproute/iptunnel.c
+++ b/networking/libiproute/iptunnel.c
@@ -36,6 +36,7 @@
36 36
37#include "rt_names.h" 37#include "rt_names.h"
38#include "utils.h" 38#include "utils.h"
39#include "ip_common.h"
39 40
40#include "libbb.h" 41#include "libbb.h"
41 42