From 57c2e9b5f8b5746a9db51227cd032702358511e6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 2 Feb 2009 11:18:33 -0800 Subject: [PATCH] Include assert.h for assert() --- Alc/ALu.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include "alMain.h" #include "AL/al.h" -- 2.11.4.GIT