aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ll_proto.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-02 21:14:19 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-02 21:14:19 +0000
commit9a67ca309c3487c8d3192fa518d5795e570646f5 (patch)
tree1dc8311dc60cf1b68410fcc7d9e76431467bf1a2 /networking/libiproute/ll_proto.c
parent7f778106335924f80aeefd9602adf9e36bae96af (diff)
downloadbusybox-9a67ca309c3487c8d3192fa518d5795e570646f5.tar.gz
- janitorial: include proper prototypes in libiproute.
Diffstat (limited to 'networking/libiproute/ll_proto.c')
-rw-r--r--networking/libiproute/ll_proto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c
index 873253050..9ee5ab23f 100644
--- a/networking/libiproute/ll_proto.c
+++ b/networking/libiproute/ll_proto.c
@@ -12,6 +12,8 @@
#include <stdio.h>
#include <arpa/inet.h>
#include <string.h>
+
+#include "rt_names.h"
#include "utils.h"
#if __GLIBC__ >=2 && __GLIBC_MINOR >= 1