veth.h move to linux/
Move veth.h to linux/ since it is an API. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
This commit is contained in:
parent
235ac6a41d
commit
118c923cc0
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <net/if.h>
|
||||
#include <net/veth.h>
|
||||
#include <linux/veth.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "ip_common.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue