]> git.sesse.net Git - vlc/blobdiff - src/ac3_decoder/ac3_imdct.c
* Fixed a few warnings with gcc 3.0.
[vlc] / src / ac3_decoder / ac3_imdct.c
index 295843a7b738979825ba32abe8c4efb798ccf77d..e63251052173039ee200e9199aa45cfb18db4c78 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_imdct.c: ac3 DCT
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: ac3_imdct.c,v 1.17 2001/04/30 21:04:20 reno Exp $
+ * $Id: ac3_imdct.c,v 1.18 2001/05/06 04:32:02 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
@@ -25,6 +25,8 @@
 
 #include "defs.h"
 
+#include <string.h>                                              /* memcpy() */
+
 #include <math.h>
 #include <stdio.h>