[MPlayer-cvslog] r27076 - trunk/libvo/fastmemcpy.h
diego
subversion at mplayerhq.hu
Mon Jun 16 10:45:01 CEST 2008
Author: diego
Date: Mon Jun 16 10:45:01 2008
New Revision: 27076
Log:
Add missing string.h #include for memcpy prototype;
fixes warnings with 'make checkheaders'.
Modified:
trunk/libvo/fastmemcpy.h
Modified: trunk/libvo/fastmemcpy.h
==============================================================================
--- trunk/libvo/fastmemcpy.h (original)
+++ trunk/libvo/fastmemcpy.h Mon Jun 16 10:45:01 2008
@@ -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) \
More information about the MPlayer-cvslog
mailing list