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:
Stephen Hemminger 2007-12-25 12:38:08 -08:00
parent 235ac6a41d
commit 118c923cc0
2 changed files with 1 additions and 1 deletions

View File

@ -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"