]> git.sesse.net Git - vlc/blobdiff - src/input/input_clock.c
* Coding style fixes here and there.
[vlc] / src / input / input_clock.c
index 8073397bbaf7d90cc629cbbe75ad09c0e102361d..20b4d74531871428d73e5bce108d1ea16f6e030a 100644 (file)
@@ -2,7 +2,7 @@
  * input_clock.c: Clock/System date convertions, stream management
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: input_clock.c,v 1.10 2001/04/26 03:55:44 sam Exp $
+ * $Id: input_clock.c,v 1.11 2001/04/28 03:36:25 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -27,6 +27,7 @@
 #include "defs.h"
 
 #include <string.h>                                    /* memcpy(), memset() */
+#include <sys/types.h>                                              /* off_t */
 
 #include "config.h"
 #include "common.h"