]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
Fix a bunch of gcc warnings
[vlc] / modules / services_discovery / podcast.c
index bdb76a31b661c0b900e5b2c5f4b53f10a4e08d3d..68f13dd7c6d0091222046d44c63524bd3337f9d5 100644 (file)
@@ -24,6 +24,7 @@
 /*****************************************************************************
  * Includes
  *****************************************************************************/
+#define _GNU_SOURCE
 #include <stdlib.h>                                      /* malloc(), free() */
 
 #include <vlc/vlc.h>