1 2 3 4 5 6 7 8 9 10 11
--- xmms-wma.c Wed Mar 3 23:53:43 2004 +++ xmms-wma.c Thu Mar 11 18:27:02 2004 @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <malloc.h> +#include <stdlib.h> #include <math.h> #include <stdbool.h> #include <stdio.h>