]> git.sesse.net Git - vlc/blobdiff - src/input/input_dec.c
* Coding style fixes here and there.
[vlc] / src / input / input_dec.c
index 20e6a2edc2a7278f7d1e6f6cb395096b20e10f1e..5079ed51fcbf8b39f3342f5c4bfb936d98e3df66 100644 (file)
@@ -2,7 +2,7 @@
  * input_dec.c: Functions for the management of decoders
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: input_dec.c,v 1.10 2001/04/06 09:15:47 sam Exp $
+ * $Id: input_dec.c,v 1.11 2001/04/28 03:36:25 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -28,6 +28,7 @@
 
 #include <stdlib.h>
 #include <string.h>                                    /* memcpy(), memset() */
+#include <sys/types.h>                                              /* off_t */
 
 #include "config.h"
 #include "common.h"