signalapp / curve25519-java

Pure Java and JNI backed Curve25519 implementation.
GNU General Public License v3.0
233 stars 96 forks source link

Fix missing include #12

Open dkonigsberg opened 8 years ago

dkonigsberg commented 8 years ago

This file makes calls to malloc() and free(), without including the header file that declares them.