]> git.sesse.net Git - vlc/blobdiff - src/input/input_ext-intf.c
* Coding style fixes here and there.
[vlc] / src / input / input_ext-intf.c
index 2cd82879ab13e499361b854d207f575eef99b614..fdb0ad7d393e35fae13c4f494629ca06227e0185 100644 (file)
@@ -2,7 +2,7 @@
  * input_ext-intf.c: services to the interface
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- * $Id: input_ext-intf.c,v 1.21 2001/04/27 16:08:26 sam Exp $
+ * $Id: input_ext-intf.c,v 1.22 2001/04/28 03:36:25 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
 #include "defs.h"
 
 #include <string.h>                                    /* memcpy(), memset() */
+#include <sys/types.h>                                              /* off_t */
+
+#ifdef WIN32
+#define snprintf _snprintf
+#endif
 
 #include "config.h"
 #include "common.h"