]> git.sesse.net Git - vlc/commitdiff
Added a #include that prevented when compiling on redhat.
authorHenri Fallon <henri@videolan.org>
Mon, 19 Mar 2001 22:16:31 +0000 (22:16 +0000)
committerHenri Fallon <henri@videolan.org>
Mon, 19 Mar 2001 22:16:31 +0000 (22:16 +0000)
plugins/mpeg/input_ts.c

index 776ef8bc60150cfe5658644fb3d1ba6a5ad5ba03..510d434a274a4a73d653ae6e6f50e01b4cd05231 100644 (file)
@@ -2,7 +2,7 @@
  * input_ts.c: TS demux and netlist management
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- * $Id: input_ts.c,v 1.12 2001/03/19 13:26:59 sam Exp $
+ * $Id: input_ts.c,v 1.13 2001/03/19 22:16:31 henri Exp $
  *
  * Authors: Henri Fallon <henri@videolan.org>
  *
@@ -34,6 +34,7 @@
 #include <errno.h>
 
 #include <sys/types.h>
+#include <sys/time.h>
 #ifdef SYS_NTO
 #include <sys/select.h>
 #endif