]> git.sesse.net Git - vlc/blobdiff - src/ac3_decoder/ac3_bit_allocate.c
* Fixed a few warnings with gcc 3.0.
[vlc] / src / ac3_decoder / ac3_bit_allocate.c
index ebf474b86fe82b0c387864ea982bffb697e763bc..89da86dfab88b93af1113042d171d1fcb2b14153 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_bit_allocate.c: ac3 allocation tables
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
- * $Id: ac3_bit_allocate.c,v 1.19 2001/04/26 11:23:16 sam Exp $
+ * $Id: ac3_bit_allocate.c,v 1.20 2001/05/06 04:32:02 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
@@ -24,6 +24,8 @@
  *****************************************************************************/
 #include "defs.h"
 
+#include <string.h>                                              /* memcpy() */
+
 #include "config.h"
 #include "common.h"
 #include "threads.h"