diff options
author | Chris Robinson <[email protected]> | 2009-02-02 11:18:33 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-02-02 11:18:33 -0800 |
commit | 57c2e9b5f8b5746a9db51227cd032702358511e6 (patch) | |
tree | 1dfbae261461cbad8cc8ea9f8663001fe22719d3 /Alc | |
parent | 7d7fc39035aa8df2e71e76147d2bec3adb2c9015 (diff) |
Include assert.h for assert()
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ #include <stdlib.h> #include <string.h> #include <ctype.h> +#include <assert.h> #include "alMain.h" #include "AL/al.h" |