diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-22 16:41:48 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-22 16:41:48 +0200 |
commit | a705fc7eb83304e5e0d536c88353392bb7310141 (patch) | |
tree | b6e43650e4e08b19560296d860b44d37a62136b4 /eax/eax.h | |
parent | Merge remote-tracking branch 'origin/master' into opus (diff) | |
download | re3-a705fc7eb83304e5e0d536c88353392bb7310141.tar re3-a705fc7eb83304e5e0d536c88353392bb7310141.tar.gz re3-a705fc7eb83304e5e0d536c88353392bb7310141.tar.bz2 re3-a705fc7eb83304e5e0d536c88353392bb7310141.tar.lz re3-a705fc7eb83304e5e0d536c88353392bb7310141.tar.xz re3-a705fc7eb83304e5e0d536c88353392bb7310141.tar.zst re3-a705fc7eb83304e5e0d536c88353392bb7310141.zip |
Diffstat (limited to 'eax/eax.h')
-rw-r--r-- | eax/eax.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -54,7 +54,8 @@ extern "C" { #include <AL/al.h> #include <string.h> #else - #include <al.h> + #include <AL/al.h> + #include <string.h> #endif #ifndef GUID_DEFINED |