]> git.sesse.net Git - vlc/blobdiff - src/input/input_ext-dec.c
*Added udf fix by Billy Biggs
[vlc] / src / input / input_ext-dec.c
index 963a2f0baad1a8ce44ad937f093a449bab0eb769..3a22f70284b7022b4d67af6314869685dca9de87 100644 (file)
@@ -2,7 +2,7 @@
  * input_ext-dec.c: services to the decoders
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- * $Id: input_ext-dec.c,v 1.11 2001/03/21 13:42:34 sam Exp $
+ * $Id: input_ext-dec.c,v 1.12 2001/04/06 09:15:47 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -26,6 +26,8 @@
  *****************************************************************************/
 #include "defs.h"
 
+#include <string.h>                                    /* memcpy(), memset() */
+
 #include "config.h"
 #include "common.h"
 #include "threads.h"