Browse Source

net: move tap-linux.h under net/

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Mark McLoughlin 16 years ago
parent
commit
f54c7bdc48
2 changed files with 1 additions and 1 deletions
  1. 1 1
      net.c
  2. 0 0
      net/tap-linux.h

+ 1 - 1
net.c

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

+ 0 - 0
tap-linux.h → net/tap-linux.h