Commit 118c923c authored by Stephen Hemminger's avatar Stephen Hemminger

veth.h move to linux/

Move veth.h to linux/ since it is an API.
Signed-off-by: default avatarStephen Hemminger <shemminger@linux-foundation.org>
parent 235ac6a4
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <string.h> #include <string.h>
#include <net/if.h> #include <net/if.h>
#include <net/veth.h> #include <linux/veth.h>
#include "utils.h" #include "utils.h"
#include "ip_common.h" #include "ip_common.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment