net: move tap-linux.h under net/

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Mark McLoughlin
2009-10-30 08:39:27 -05:00
committed by Anthony Liguori
parent a8ed73f73d
commit f54c7bdc48
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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>
View File