[MPlayer-dev-eng] Another minor fix

Daniel Egger degger at fhm.edu
Sun Feb 24 17:05:38 CET 2002


Hija,

memory functions need to be included from string.h.

-- 
Servus,
       Daniel
-------------- next part --------------
Index: spudec.c
===================================================================
RCS file: /cvsroot/mplayer/main/spudec.c,v
retrieving revision 1.20
diff -u -r1.20 spudec.c
--- spudec.c	22 Feb 2002 17:58:46 -0000	1.20
+++ spudec.c	24 Feb 2002 16:17:26 -0000
@@ -24,6 +24,7 @@
 #include <errno.h>
 #include <limits.h>
 #include <stdio.h>
+#include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
 #ifndef WITH_NO_ANTIALIASING


More information about the MPlayer-dev-eng mailing list