]> git.sesse.net Git - vlc/commitdiff
* plugins/mpeg_system/mpeg_ts.c: grmbl... fixed a stupid include problem.
authorGildas Bazin <gbazin@videolan.org>
Tue, 15 Oct 2002 20:26:21 +0000 (20:26 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 15 Oct 2002 20:26:21 +0000 (20:26 +0000)
plugins/mpeg_system/mpeg_ts.c

index 33646290e05d85ec2fce062693e0b36ebb1ed531..350b524ac5a1c7c7f2c64c5f1fd7758ecc9d0386 100644 (file)
@@ -2,7 +2,7 @@
  * mpeg_ts.c : Transport Stream input module for vlc
  *****************************************************************************
  * Copyright (C) 2000-2001 VideoLAN
- * $Id: mpeg_ts.c,v 1.13.2.3 2002/10/12 21:26:26 gbazin Exp $
+ * $Id: mpeg_ts.c,v 1.13.2.4 2002/10/15 20:26:21 gbazin Exp $
  *
  * Authors: Henri Fallon <henri@via.ecp.fr>
  *          Johan Bilien <jobi@via.ecp.fr>
 #include <string.h>
 #include <errno.h>
 
+#include <videolan/vlc.h>
+
 #ifdef HAVE_STDINT_H
 #   include <stdint.h>                                            /* uint8_t */
 #endif
 
-#include <videolan/vlc.h>
-
 #include "stream_control.h"
 #include "input_ext-intf.h"
 #include "input_ext-dec.h"