changeset 21982:fa66a03e8920

Include string.h to make sure memcpy is not used without prototype
author reimar
date Tue, 23 Jan 2007 15:28:19 +0000
parents a14ddab18acd
children a6b624360aef
files libvo/aclib.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/aclib.c	Tue Jan 23 13:41:45 2007 +0000
+++ b/libvo/aclib.c	Tue Jan 23 15:28:19 2007 +0000
@@ -8,6 +8,7 @@
   runtime cpu detection by michael niedermayer (michaelni@gmx.at) is under GPL
 */
 #include <stddef.h>
+#include <string.h>
 #include "cpudetect.h"
 #include "fastmemcpy.h"
 #undef memcpy