X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Flibiproute%2Fll_types.c;h=a53c89432d8cfdd96a87f343535003f24c5996ef;hb=28703015ab71784f40bc97f720ed900e26bd03ca;hp=fc5a015302bff68521cbd41f87393dfc24d81f17;hpb=c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4;p=oweals%2Fbusybox.git diff --git a/networking/libiproute/ll_types.c b/networking/libiproute/ll_types.c index fc5a01530..a53c89432 100644 --- a/networking/libiproute/ll_types.c +++ b/networking/libiproute/ll_types.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ll_types.c * @@ -13,6 +14,8 @@ #include +#include "rt_names.h" + const char * ll_type_n2a(int type, char *buf, int len) { #define __PF(f,n) { ARPHRD_##f, #n },