]> git.sesse.net Git - vlc/blobdiff - src/ac3_decoder/ac3_mantissa.c
* Fixed a few warnings with gcc 3.0.
[vlc] / src / ac3_decoder / ac3_mantissa.c
index 728245624895ba6dec58dcd8de5086c7daa9c057..31148dbd64e7a2951e9f3d66eff763dd67a9c074 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_mantissa.c: ac3 mantissa computation
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: ac3_mantissa.c,v 1.25 2001/04/30 21:04:20 reno Exp $
+ * $Id: ac3_mantissa.c,v 1.26 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 "config.h"
 #include "common.h"
 #include "threads.h"