From: Stephen Hemminger Date: Tue, 25 Dec 2007 20:38:08 +0000 (-0800) Subject: veth.h move to linux/ X-Git-Tag: v2.6.24-rc6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118c923cc09551d3428e2905a69c07c5719988e5;p=thirdparty%2Fiproute2.git veth.h move to linux/ Move veth.h to linux/ since it is an API. Signed-off-by: Stephen Hemminger --- diff --git a/include/net/veth.h b/include/linux/veth.h similarity index 100% rename from include/net/veth.h rename to include/linux/veth.h diff --git a/ip/link_veth.c b/ip/link_veth.c index 9dfb78f60..9f5e8715a 100644 --- a/ip/link_veth.c +++ b/ip/link_veth.c @@ -12,7 +12,7 @@ #include #include -#include +#include #include "utils.h" #include "ip_common.h"