Include assert.h for assert()

This commit is contained in:
Chris Robinson
2009-02-02 11:18:33 -08:00
parent 7d7fc39035
commit 57c2e9b5f8
+1
View File
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <assert.h>
#include "alMain.h"
#include "AL/al.h"