e637cb0098
fix compilation - by integrating net-tools-1.60-STRIP.patch from Jiri Popelka <jpopelka@redhat.com> - if_tr.h is no longer in kernel Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@38476 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
271 B
Diff
12 lines
271 B
Diff
--- a/Client/net-tools/lib/tr.c
|
|
+++ b/Client/net-tools/lib/tr.c
|
|
@@ -20,7 +20,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <net/if_arp.h>
|
|
-#include <linux/if_tr.h>
|
|
+#include <netinet/if_tr.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <errno.h>
|