]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
getopt: remove useless functions and boiler plate, update licens
[vlc] / src / libvlc.c
index 895990e00b2f79582f43216fa64c9453654181c2..0a7d11d3384f4fe877b36881077202ebe6d80b4f 100644 (file)
@@ -57,9 +57,7 @@
 #   include <io.h>
 #endif
 
-#ifdef WIN32                       /* optind, getopt(), included in unistd.h */
-#   include "extras/getopt.h"
-#endif
+#include "config/vlc_getopt.h"
 
 #ifdef HAVE_LOCALE_H
 #   include <locale.h>