]> git.sesse.net Git - vlc/blobdiff - src/stream_output/stream_output.c
Ahem: (v)asprintf requires stdio.h; strndup requires string.h
[vlc] / src / stream_output / stream_output.c
index ca74e9ec971ec451e9be8e10fa609234ae3b1090..c8bc465ce401ec792da446f60b198391685342e3 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+
+#include <vlc/vlc.h>
+
 #include <stdlib.h>                                                /* free() */
 #include <stdio.h>                                              /* sprintf() */
 #include <string.h>                                            /* strerror() */
 
-#include <vlc/vlc.h>
 #include <vlc/sout.h>
 #include <vlc/input.h>