Mercurial > mplayer.hg
changeset 3839:b608086bf84e
warning fixes
author | pl |
---|---|
date | Fri, 28 Dec 2001 18:15:50 +0000 |
parents | 0fdab5847f76 |
children | 4ff660150386 |
files | libao2/remez.c libmpeg2/header.c |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/remez.c Fri Dec 28 18:14:23 2001 +0000 +++ b/libao2/remez.c Fri Dec 28 18:15:50 2001 +0000 @@ -20,7 +20,14 @@ *************************************************************************/ +#include "config.h" #include "remez.h" + +#include <stdio.h> +#ifdef HAVE_MALLOC_H +#include <malloc.h> +#endif +#include <stdlib.h> #include <math.h> /*******************