]> git.sesse.net Git - vlc/blobdiff - src/stream_output/stream_output.c
Fix the most common strerror() usages (threads, network, input) - refs #1297
[vlc] / src / stream_output / stream_output.c
index 9406c7516036175dab290d5b0a351bb872cabac3..1d12e1cd0cf2185e533285ec16407ea735eecceb 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <stdlib.h>                                                /* free() */
 #include <stdio.h>                                              /* sprintf() */
-#include <string.h>                                            /* strerror() */
+#include <string.h>
 
 #include <vlc_sout.h>
 #include <vlc_playlist.h>