]> git.sesse.net Git - vlc/blobdiff - modules/mux/mpeg/pes.c
fixed compilation on debian etch.
[vlc] / modules / mux / mpeg / pes.c
index 2c8c38d8dc690bb46472d2feb28862e7118903fb..c4b6ca5ce8c4eb1c29a61debf4f4abb8e9b8d937 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <errno.h>
-#include <fcntl.h>
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <errno.h>
+#include <fcntl.h>
+
+#include <vlc_common.h>
 #include <vlc_sout.h>
 #include <vlc_block.h>