aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-01-14 10:55:13 -0800
committerChris Robinson <[email protected]>2008-01-14 10:55:13 -0800
commite519338a2b394680261afe15417403e07145b318 (patch)
tree00d193fbb515e1ba4a88f1cf4d55f8ff79dda995 /OpenAL32
parent7a4870bd97aa568ca35d405442b1a27b58f844e5 (diff)
Add missing stdio include
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index bd3b00be..5dd74eea 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -16,6 +16,7 @@
#include <sys/time.h>
#include <time.h>
#include <errno.h>
+#include <stdio.h>
#define IsBadWritePtr(a,b) (0)