Commit a58c71cc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix implicit declaration problem

parent f6773c99
...@@ -24,9 +24,11 @@ ...@@ -24,9 +24,11 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <stdlib.h> /* malloc(), free() */
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <stdlib.h> /* malloc(), free() */
#include <string.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <vlc_network.h> #include <vlc_network.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment