]> git.sesse.net Git - vlc/blobdiff - modules/control/http/mvar.c
Remove useless <fcntl.h> inclusions
[vlc] / modules / control / http / mvar.c
index 13a5b9864256a480b3e8c1d0ba6535be786f2b4c..28862cd5e7847671d6d75b925991c00ecfe87e50 100644 (file)
@@ -30,6 +30,7 @@
 #include <limits.h>
 #include <errno.h>
 #include <ctype.h>
+#include <fcntl.h>
 
 /* Utility function for scandir */
 static int Filter( const char *foo )