From e519338a2b394680261afe15417403e07145b318 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 14 Jan 2008 10:55:13 -0800 Subject: [PATCH] Add missing stdio include --- OpenAL32/Include/alMain.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #define IsBadWritePtr(a,b) (0) -- 2.11.4.GIT