]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
Fix a bunch of gcc warnings
[vlc] / modules / access / http.c
index d8831292a6fe08696315f51c5a5bd4bdd7064d49..df634f1b9dab42b96b4df9734c6d748b79ea49f8 100644 (file)
@@ -26,7 +26,7 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-
+#define _GNU_SOURCE
 #include <vlc/vlc.h>
 
 #include <string.h>