Skip to content
Snippets Groups Projects
Commit 125bae26 authored by Romain Vimont's avatar Romain Vimont Committed by Geoffrey Métais
Browse files

Add missing include

Include stdlib.h for free().
parent e79de908
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
#define LIBVLCJNI_VLCOBJECT_H
#include <stdbool.h>
#include <stdlib.h>
#include <jni.h>
#include <vlc/vlc.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment