diff options
author | Christian Pointner <equinox@anytun.org> | 2008-05-10 16:00:14 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-05-10 16:00:14 +0000 |
commit | bdc6cfb60a41111cf65d46f76ee179a9887c2d4c (patch) | |
tree | 071e25574e5965bbe7fb393cd31deed1b6841ca5 /src/ovpn/tunDevice.cpp | |
parent | do_ifconfig works now for new tun/tap device (diff) |
adaptions for openbsd 4.3
Diffstat (limited to 'src/ovpn/tunDevice.cpp')
-rw-r--r-- | src/ovpn/tunDevice.cpp | 6 |
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) { |