diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-12-17 21:59:42 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-12-17 21:59:42 +0000 |
commit | aa02aca87496215a9015c3bf24e65ac9c856eca6 (patch) | |
tree | 47990abc2f9ea617852270e181e8d8a3d59e8a8e /src/win32/tunDevice.cpp | |
parent | fixed tundevice for windows (diff) |
include path fixed for windows TunDevice
Diffstat (limited to 'src/win32/tunDevice.cpp')
-rw-r--r-- | src/win32/tunDevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32/tunDevice.cpp b/src/win32/tunDevice.cpp index 60d8742..5bc453d 100644 --- a/src/win32/tunDevice.cpp +++ b/src/win32/tunDevice.cpp @@ -31,8 +31,8 @@ #include <string.h> -#include "tunDevice.h" -#include "threadUtils.hpp" +#include "../tunDevice.h" +#include "../threadUtils.hpp" TunDevice::TunDevice(std::string dev_name, std::string dev_type, std::string ifcfg_lp, std::string ifcfg_rnmp) : conf_(dev_name, dev_type, ifcfg_lp, ifcfg_rnmp, 1400) |