1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 03:45:23 +00:00

Add config.h #include, necessary for HAVE_MALLOC_H check.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29123 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-04-01 16:28:25 +00:00
parent a38ca08ca0
commit df53cdd57d

View File

@ -21,6 +21,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <stdio.h>
#include <inttypes.h>
#if HAVE_MALLOC_H