From 8a4fa58cd42b7cca4a86fe2d9913b839b554bf10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Mon, 11 May 2020 05:55:57 +0300 Subject: Linux build support --- eax/eax.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'eax') diff --git a/eax/eax.h b/eax/eax.h index ecc93c15..0e2201db 100644 --- a/eax/eax.h +++ b/eax/eax.h @@ -50,8 +50,13 @@ extern "C" { #else // OPENAL +#ifndef _WIN32 + #include + #include +#else #include - +#endif + #ifndef GUID_DEFINED #define GUID_DEFINED typedef struct _GUID -- cgit v1.2.3