diff options
author | Bernhard Reutner-Fischer | 2006-04-02 21:14:19 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-04-02 21:14:19 +0000 |
commit | 9a67ca309c3487c8d3192fa518d5795e570646f5 (patch) | |
tree | 1dc8311dc60cf1b68410fcc7d9e76431467bf1a2 /networking/libiproute/ll_addr.c | |
parent | 7f778106335924f80aeefd9602adf9e36bae96af (diff) | |
download | busybox-9a67ca309c3487c8d3192fa518d5795e570646f5.zip busybox-9a67ca309c3487c8d3192fa518d5795e570646f5.tar.gz |
- janitorial: include proper prototypes in libiproute.
Diffstat (limited to 'networking/libiproute/ll_addr.c')
-rw-r--r-- | networking/libiproute/ll_addr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index ada685f..c4c4464 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c @@ -12,7 +12,10 @@ #include <arpa/inet.h> #include <string.h> #include <net/if_arp.h> + +#include "rt_names.h" #include "utils.h" + #include "libbb.h" const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen) |