1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 16:33:02 +00:00

missing #include (for malloc and free)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14887 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2005-03-01 22:57:57 +00:00
parent 656f84e686
commit 77fab94da1

View File

@ -3,6 +3,7 @@
// #include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include "config.h"
#include "mpeg_hdr.h"