diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-10-22 17:49:06 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 08:39:27 -0500 |
commit | f54c7bdc48c81f4660902680d74aed5dc00cdc44 (patch) | |
tree | d52e75516d02c192316686d218e0821fdc22d9a2 /net.c | |
parent | a8ed73f73db458e742aa17798530103d2de578cc (diff) |
net: move tap-linux.h under net/
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.c')
-rw-r--r-- | net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ #include <net/if_tap.h> #endif #ifdef __linux__ -#include "tap-linux.h" +#include "net/tap-linux.h" #endif #include <arpa/inet.h> #include <dirent.h> |