]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Fix the most common strerror() usages (threads, network, input) - refs #1297
[vlc] / include / vlc_common.h
index bb2901b0a30cc85e311ee4ee78d06ca707370316..78f7c36d174bb0476249cd901971b81357d06528 100644 (file)
@@ -64,7 +64,7 @@
 #include <stdlib.h>
 #include <stdarg.h>
 
-#include <string.h>                                         /* strerror() */
+#include <string.h>
 #include <stdio.h>
 
 #ifdef HAVE_SYS_TYPES_H