summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/core/NativeUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/blinkt/openvpn/core/NativeUtils.java')
-rw-r--r--src/de/blinkt/openvpn/core/NativeUtils.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/blinkt/openvpn/core/NativeUtils.java b/src/de/blinkt/openvpn/core/NativeUtils.java
index 42d0b583..a2c4796d 100644
--- a/src/de/blinkt/openvpn/core/NativeUtils.java
+++ b/src/de/blinkt/openvpn/core/NativeUtils.java
@@ -7,6 +7,7 @@ public class NativeUtils {
static native void jniclose(int fdint);
static {
+ System.loadLibrary("stlport_shared");
System.loadLibrary("opvpnutil");
}
}