From 118c923cc09551d3428e2905a69c07c5719988e5 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 25 Dec 2007 12:38:08 -0800 Subject: [PATCH] veth.h move to linux/ Move veth.h to linux/ since it is an API. Signed-off-by: Stephen Hemminger --- include/{net => linux}/veth.h | 0 ip/link_veth.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename include/{net => linux}/veth.h (100%) 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 9dfb78f6..9f5e8715 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"