From 801b7cb059baf568050c40ac14eb65f8863837b3 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 5 Nov 2013 13:07:46 -0800 Subject: Include strings.h when available --- OpenAL32/Include/alMain.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 095a4a2c..cc631935 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -7,6 +7,10 @@ #include #include +#ifdef HAVE_STRINGS_H +#include +#endif + #ifdef HAVE_FENV_H #include #endif -- cgit v1.2.3