Commit 2a1d4289 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix compile warning

parent a9328451
......@@ -25,7 +25,11 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif
#include <stdlib.h> /* malloc(), free() */
#include <stdio.h> /*asprintf()*/
#include <vlc/vlc.h>
#include <vlc_input.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