From bdc6cfb60a41111cf65d46f76ee179a9887c2d4c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 10 May 2008 16:00:14 +0000 Subject: adaptions for openbsd 4.3 --- src/ovpn/tunDevice.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ovpn/tunDevice.cpp') diff --git a/src/ovpn/tunDevice.cpp b/src/ovpn/tunDevice.cpp index 032af29..822b6a7 100644 --- a/src/ovpn/tunDevice.cpp +++ b/src/ovpn/tunDevice.cpp @@ -31,15 +31,15 @@ #include #include +#include "tunDevice.h" +#include "threadUtils.hpp" + extern "C" { #include "openvpn/config.h" #include "openvpn/syshead.h" #include "openvpn/tun.h" } -#include "tunDevice.h" -#include "threadUtils.hpp" - TunDevice::TunDevice(const char* dev_name,const char* dev_type, const char* ifcfg_lp, const char* ifcfg_rnmp) { -- cgit v1.2.3