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:
parent
656f84e686
commit
77fab94da1
@ -3,6 +3,7 @@
|
||||
|
||||
// #include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "mpeg_hdr.h"
|
||||
|
Loading…
Reference in New Issue
Block a user