]> git.sesse.net Git - vlc/blobdiff - modules/access_output/file.c
fixed compilation on debian etch.
[vlc] / modules / access_output / file.c
index 639954889bc8ac6c17b56ca89bfd9634123319d3..9abce9b8848255546f0d77b7674f7640bf19aa3e 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <time.h>
 #include <fcntl.h>
 #include <errno.h>
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_sout.h>