Added missing include to stdlib.h and remove load library call
authorDoug Stephen <dstephen@ihmc.us>
Wed, 26 Jul 2017 20:48:42 +0000 (15:48 -0500)
committerDoug Stephen <dstephen@ihmc.us>
Wed, 26 Jul 2017 20:48:42 +0000 (15:48 -0500)
port/jassimp/jassimp-native/src/jassimp.h
port/jassimp/jassimp/src/jassimp/Jassimp.java

index 188a4e9..f448dc2 100644 (file)
@@ -1,5 +1,6 @@
 /* DO NOT EDIT THIS FILE - it is machine generated */
 #include <jni.h>
+#include <stdlib.h>
 /* Header for class jassimp_Jassimp */
 
 #ifndef _Included_jassimp_Jassimp
index eb4665f..97da269 100644 (file)
@@ -301,7 +301,7 @@ public final class Jassimp {
     public static final int NATIVE_LONG_SIZE; 
 
     static {
-        System.loadLibrary("jassimp");
+//        System.loadLibrary("jassimp");
        NATIVE_AIVEKTORKEY_SIZE = getVKeysize();
        NATIVE_AIQUATKEY_SIZE = getQKeysize();
        NATIVE_AIVEKTOR3D_SIZE = getV3Dsize();