From: Gildas Bazin Date: Tue, 15 Oct 2002 20:26:21 +0000 (+0000) Subject: * plugins/mpeg_system/mpeg_ts.c: grmbl... fixed a stupid include problem. X-Git-Tag: 0.4.6.1~43 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=28367197dc0395199464f9e9d78256a91deb7f5a;p=vlc * plugins/mpeg_system/mpeg_ts.c: grmbl... fixed a stupid include problem. --- diff --git a/plugins/mpeg_system/mpeg_ts.c b/plugins/mpeg_system/mpeg_ts.c index 33646290e0..350b524ac5 100644 --- a/plugins/mpeg_system/mpeg_ts.c +++ b/plugins/mpeg_system/mpeg_ts.c @@ -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 * Johan Bilien @@ -29,12 +29,12 @@ #include #include +#include + #ifdef HAVE_STDINT_H # include /* uint8_t */ #endif -#include - #include "stream_control.h" #include "input_ext-intf.h" #include "input_ext-dec.h"