aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-02-02 11:18:33 -0800
committerChris Robinson <[email protected]>2009-02-02 11:18:33 -0800
commit57c2e9b5f8b5746a9db51227cd032702358511e6 (patch)
tree1dfbae261461cbad8cc8ea9f8663001fe22719d3 /Alc
parent7d7fc39035aa8df2e71e76147d2bec3adb2c9015 (diff)
Include assert.h for assert()
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 7dea43e9..6a93d55c 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#include <assert.h>
#include "alMain.h"
#include "AL/al.h"