changeset 27044:b03f87f35c3c

Add missing string.h #include for memcpy prototype; fixes warnings with 'make checkheaders'.
author diego
date Mon, 16 Jun 2008 08:45:01 +0000
parents c333185b1c3e
children 66cda68db746
files libvo/fastmemcpy.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/fastmemcpy.h	Mon Jun 16 08:40:01 2008 +0000
+++ b/libvo/fastmemcpy.h	Mon Jun 16 08:45:01 2008 +0000
@@ -21,6 +21,7 @@
 
 #include "config.h"
 #include <inttypes.h>
+#include <string.h>
 
 #ifdef USE_FASTMEMCPY
 #if defined(HAVE_MMX) || defined(HAVE_MMX2) || defined(HAVE_3DNOW) \