1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 13:14:36 +00:00

warning fixes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3840 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2001-12-28 18:15:50 +00:00
parent 584dc6ee3d
commit c45d0b11c1
2 changed files with 8 additions and 0 deletions

View File

@ -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>
/*******************

View File

@ -22,6 +22,7 @@
#include "config.h"
#include <inttypes.h>
#include <stdio.h>
#include "mpeg2_internal.h"
#include "attributes.h"