summaryrefslogtreecommitdiff
path: root/src/ovpn/tunDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ovpn/tunDevice.cpp')
-rw-r--r--src/ovpn/tunDevice.cpp6
1 files changed, 3 insertions, 3 deletions
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 <stdexcept>
#include <poll.h>
+#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)
{