From aa02aca87496215a9015c3bf24e65ac9c856eca6 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 17 Dec 2008 21:59:42 +0000 Subject: include path fixed for windows TunDevice --- src/win32/tunDevice.cpp | 4 ++-- 1 file 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 -#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) -- cgit v1.2.3