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