fix: add missing #include <stdlib.h> in jni_bridge.c for malloc/free
https://claude.ai/code/session_011KVZhDcV2G7idNWEBz12GY
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <jni.h>
|
||||
#include "secp256k1_c.h"
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define JNI_CLASS "com/vitorpamplona/quartz/utils/Secp256k1C"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user