]> git.sesse.net Git - vlc/blobdiff - src/input/input_dec.c
* ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
[vlc] / src / input / input_dec.c
index 321b5dbc0d14122c0abd112e2bcb539b5b6d7ee9..bb323965c356443f158d608907d1bde797f58a2c 100644 (file)
@@ -2,7 +2,7 @@
  * input_dec.c: Functions for the management of decoders
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: input_dec.c,v 1.49 2002/10/29 13:22:48 sam Exp $
+ * $Id: input_dec.c,v 1.50 2002/11/10 18:04:23 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
  *****************************************************************************/
 #include <stdlib.h>
 #include <string.h>                                    /* memcpy(), memset() */
-#include <sys/types.h>                                              /* off_t */
 
 #include <vlc/vlc.h>
 
+#ifdef HAVE_SYS_TYPES_H
+#   include <sys/types.h>                                           /* off_t */
+#endif
+
 #include "stream_control.h"
 #include "input_ext-dec.h"
 #include "input_ext-intf.h"