]> git.sesse.net Git - vlc/blobdiff - src/ac3_decoder/ac3_rematrix.c
* Fixed a few warnings with gcc 3.0.
[vlc] / src / ac3_decoder / ac3_rematrix.c
index 452867c283492f69a55bf49ee820d101df54eb6d..9fc4b90d97c4b18fd48e9dc25cfb6f354a02bd3a 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_rematrix.c: ac3 audio rematrixing
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: ac3_rematrix.c,v 1.15 2001/04/30 21:04:20 reno Exp $
+ * $Id: ac3_rematrix.c,v 1.16 2001/05/06 04:32:02 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
@@ -23,6 +23,8 @@
  *****************************************************************************/
 #include "defs.h"
 
+#include <string.h>                                              /* memcpy() */
+
 #include "config.h"
 #include "common.h"
 #include "threads.h"