]> git.sesse.net Git - vlc/blobdiff - src/input/input_info.c
* ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
[vlc] / src / input / input_info.c
index e795ada082a9566c5dd545edbe94e829c3375de3..9ed010096530aaac92bb45c2ba573cf0c9d6fee7 100644 (file)
@@ -2,7 +2,7 @@
  * input_info.c: Convenient functions to handle the input info structures
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: input_info.c,v 1.7 2002/11/09 16:34:53 sam Exp $
+ * $Id: input_info.c,v 1.8 2002/11/10 18:04:23 sam Exp $
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
  * Preamble
  *****************************************************************************/
 #include <stdlib.h>
-#include <sys/types.h>
+#include <string.h>
 
 #include <vlc/vlc.h>
 
-#include <string.h>
-#include <errno.h>
+#ifdef HAVE_SYS_TYPES_H
+#   include <sys/types.h>                                           /* off_t */
+#endif
 
 #include "stream_control.h"
 #include "input_ext-intf.h"