[MPlayer-cvslog] CVS: main/libao2 ao_openal.c,1.1,1.2
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sat Feb 18 13:45:02 CET 2006
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv15112
Modified Files:
ao_openal.c
Log Message:
include stdlib.h and stdio.h, they tend to be useful :-)
Index: ao_openal.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_openal.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ao_openal.c 16 Feb 2006 20:45:25 -0000 1.1
+++ ao_openal.c 18 Feb 2006 12:45:00 -0000 1.2
@@ -7,6 +7,8 @@
* Copyleft 2006 by Reimar Döffinger (Reimar.Doeffinger at stud.uni-karlsruhe.de)
*/
+#include <stdlib.h>
+#include <stdio.h>
#include <inttypes.h>
#include <AL/alc.h>
#include <AL/al.h>
More information about the MPlayer-cvslog
mailing list