[MPlayer-dev-eng] Another inclusion fix

Daniel Egger degger at fhm.edu
Sun Feb 24 17:08:33 CET 2002


Hija,

another "you need to include string.h" fix.

-- 
Servus,
       Daniel
-------------- next part --------------
Index: libvo/fastmemcpy.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/fastmemcpy.h,v
retrieving revision 1.17
diff -u -r1.17 fastmemcpy.h
--- libvo/fastmemcpy.h	14 Feb 2002 22:34:24 -0000	1.17
+++ libvo/fastmemcpy.h	24 Feb 2002 16:20:28 -0000
@@ -2,6 +2,7 @@
 #define __MPLAYER_MEMCPY 1
 
 #include "../config.h"
+#include <string.h>
 
 #ifdef USE_FASTMEMCPY
 #if defined(HAVE_MMX) || defined(HAVE_MMX2) || defined(HAVE_3DNOW) \


More information about the MPlayer-dev-eng mailing list