diff options
Diffstat (limited to 'Tests/VSNsightTegra')
-rw-r--r-- | Tests/VSNsightTegra/jni/second.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/VSNsightTegra/jni/second.c b/Tests/VSNsightTegra/jni/second.c index 12fcdb6..30bdc17 100644 --- a/Tests/VSNsightTegra/jni/second.c +++ b/Tests/VSNsightTegra/jni/second.c @@ -14,9 +14,10 @@ * limitations under the License. * */ -#include "first.h" #include <jni.h> +#include "first.h" + jint Java_com_example_twolibs_TwoLibs_add(JNIEnv* env, jobject this, jint x, jint y) { |