]> git.sesse.net Git - vlc/blobdiff - modules/access/smb.c
Qt4 - add a warning about the composite thing.
[vlc] / modules / access / smb.c
index 66d9f40a8739e414d04b6432dd9f8a454ce9676b..42a66082cd91b09b75667acbc41fbff753e2c265 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#define _GNU_SOURCE
 
-#include <stdlib.h>
 
 #include <vlc/vlc.h>
-#include <vlc/input.h>
+#include <vlc_access.h>
 
 #ifdef WIN32
 #ifdef HAVE_FCNTL_H