summaryrefslogtreecommitdiffstats
path: root/eax
diff options
context:
space:
mode:
Diffstat (limited to 'eax')
-rw-r--r--eax/eax.h7
1 files changed, 6 insertions, 1 deletions
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 <AL/al.h>
+ #include <string.h>
+#else
#include <al.h>
-
+#endif
+
#ifndef GUID_DEFINED
#define GUID_DEFINED
typedef struct _GUID