]> git.sesse.net Git - vlc/blobdiff - modules/access/v4l.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / access / v4l.c
index 6234922c75a8c71e783b2f534be0079146bdb215..fd0c88e3f348cc851d7b4f87c84c12ef760900c6 100644 (file)
@@ -27,9 +27,7 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#define _GNU_SOURCE
 #include <stdio.h>
-#include <string.h>
 
 #include <vlc/vlc.h>
 #include <vlc_input.h>