changeset 17644:87c049a38c36

include stdlib.h and stdio.h, they tend to be useful :-)
author reimar
date Sat, 18 Feb 2006 12:45:00 +0000
parents cea08919336b
children 8db0816a9226
files libao2/ao_openal.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_openal.c	Sat Feb 18 09:26:39 2006 +0000
+++ b/libao2/ao_openal.c	Sat Feb 18 12:45:00 2006 +0000
@@ -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>