summaryrefslogtreecommitdiff
path: root/src/win32/tunDevice.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-17 21:59:42 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-17 21:59:42 +0000
commitaa02aca87496215a9015c3bf24e65ac9c856eca6 (patch)
tree47990abc2f9ea617852270e181e8d8a3d59e8a8e /src/win32/tunDevice.cpp
parentfixed tundevice for windows (diff)
include path fixed for windows TunDevice
Diffstat (limited to 'src/win32/tunDevice.cpp')
-rw-r--r--src/win32/tunDevice.cpp4
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)