0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

include stdlib.h and stdio.h, they tend to be useful :-)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17645 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-02-18 12:45:00 +00:00
parent b4e5108496
commit 86e6ef0ca1

View File

@ -7,6 +7,8 @@
* Copyleft 2006 by Reimar Döffinger (Reimar.Doeffinger@stud.uni-karlsruhe.de)
*/
#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
#include <AL/alc.h>
#include <AL/al.h>