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.h | |
parent | do_ifconfig works now for new tun/tap device (diff) |
adaptions for openbsd 4.3
Diffstat (limited to 'src/ovpn/tunDevice.h')
-rw-r--r-- | src/ovpn/tunDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ovpn/tunDevice.h b/src/ovpn/tunDevice.h index 5886b7d..b0c5780 100644 --- a/src/ovpn/tunDevice.h +++ b/src/ovpn/tunDevice.h @@ -32,8 +32,8 @@ #define _TUNDEVICE_H_ #include "buffer.h" -#include "deviceConfig.hpp" #include "threadUtils.hpp" +#include "deviceConfig.hpp" class TunDevice { |