summaryrefslogtreecommitdiff
path: root/node/EthernetTap.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2014-01-17 17:09:59 -0800
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2014-01-17 17:09:59 -0800
commit07f505971c16f25c05357b49ae550509d77a7e95 (patch)
tree894cb8b07adea45f29381ef7371f4e7cde1f408f /node/EthernetTap.cpp
parent7eccc5ebf2c0f25b2091d1b618b901e69b97ac0a (diff)
downloadinfinitytier-07f505971c16f25c05357b49ae550509d77a7e95.tar.gz
infinitytier-07f505971c16f25c05357b49ae550509d77a7e95.zip
Windows build fixes.
Diffstat (limited to 'node/EthernetTap.cpp')
-rw-r--r--node/EthernetTap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/EthernetTap.cpp b/node/EthernetTap.cpp
index e9ab74b8..458f1eed 100644
--- a/node/EthernetTap.cpp
+++ b/node/EthernetTap.cpp
@@ -938,7 +938,7 @@ void EthernetTap::threadMain()
#include <nldef.h>
#include <netioapi.h>
-#include "..\vsprojects\TapDriver\tap-windows.h"
+#include "..\windows\TapDriver\tap-windows.h"
namespace ZeroTier {