Add comment about unicorn_Unicorn.h to the .c file

This commit is contained in:
Robert Xiao 2023-06-17 14:34:25 -07:00
parent d9407c9041
commit 2198ea4f69
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** Note: JNI function signatures and names must be kept in sync with
unicorn_Unicorn.h, which is in turn auto-generated by `javac -h`. */
#include <sys/types.h>
#include "unicorn/platform.h"
#include <stdlib.h>