diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-17 17:09:59 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-17 17:09:59 -0800 |
| commit | 07f505971c16f25c05357b49ae550509d77a7e95 (patch) | |
| tree | 894cb8b07adea45f29381ef7371f4e7cde1f408f /node/EthernetTap.cpp | |
| parent | 7eccc5ebf2c0f25b2091d1b618b901e69b97ac0a (diff) | |
| download | infinitytier-07f505971c16f25c05357b49ae550509d77a7e95.tar.gz infinitytier-07f505971c16f25c05357b49ae550509d77a7e95.zip | |
Windows build fixes.
Diffstat (limited to 'node/EthernetTap.cpp')
| -rw-r--r-- | node/EthernetTap.cpp | 2 |
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 { |
