u_short, ulong exterminated
[oweals/busybox.git] / networking / libiproute / ll_types.c
index fc5a015302bff68521cbd41f87393dfc24d81f17..a53c89432d8cfdd96a87f343535003f24c5996ef 100644 (file)
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
 /*
  * ll_types.c
  *
@@ -13,6 +14,8 @@
 
 #include <linux/if_arp.h>
 
+#include "rt_names.h"
+
 const char * ll_type_n2a(int type, char *buf, int len)
 {
 #define __PF(f,n) { ARPHRD_##f, #n },