]> git.sesse.net Git - vlc/blobdiff - src/stream_output/sap.c
Fix the most common strerror() usages (threads, network, input) - refs #1297
[vlc] / src / stream_output / sap.c
index 94a36b4b68a8ed56f694a2cb4af4bc62230b5463..3420bfadc60fbef067e75bc99d0872c12dcc7737 100644 (file)
@@ -30,7 +30,7 @@
 
 #include <stdlib.h>                                                /* free() */
 #include <stdio.h>                                              /* sprintf() */
-#include <string.h>                                            /* strerror() */
+#include <string.h>
 #include <ctype.h>                                  /* tolower(), isxdigit() */
 
 #include <vlc_sout.h>