diff options
author | Bernhard Reutner-Fischer | 2005-10-08 20:47:15 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2005-10-08 20:47:15 +0000 |
commit | 1d62d3b7b9582736db67ac08af850721af13fdc4 (patch) | |
tree | dd419eb9cba9f9adaa3da9048ff1cf802d30ebdf /networking/libiproute/ipaddress.c | |
parent | 4a7252babdeca935e8446b136f98bae6b6e2f04a (diff) | |
download | busybox-1d62d3b7b9582736db67ac08af850721af13fdc4.zip busybox-1d62d3b7b9582736db67ac08af850721af13fdc4.tar.gz |
- make libiproute compile..
Diffstat (limited to 'networking/libiproute/ipaddress.c')
-rw-r--r-- | networking/libiproute/ipaddress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index da7a67b..1c89f4a 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -27,6 +27,7 @@ #include "rt_names.h" #include "utils.h" +#include "ip_common.h" #include "libbb.h" |