]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Add some const qualifiers
[vlc] / include / vlc_common.h
index 7a27f5576625e5605bb509d823286ce9ea425f23..7222e4a3b3b76c74c37eeca220420740989a06e6 100644 (file)
@@ -64,9 +64,8 @@
 #include <stdlib.h>
 #include <stdarg.h>
 
-#ifdef HAVE_STRING_H
-#   include <string.h>                                         /* strerror() */
-#endif
+#include <string.h>                                         /* strerror() */
+#include <stdio.h>
 
 #ifdef HAVE_SYS_TYPES_H
 #   include <sys/types.h>