From dfa25a2524ef330018a9770c6ffd4b9f0ac11db6 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 16 Mar 2020 00:11:12 +0900 Subject: [PATCH] Compile with newer openal-soft --- src/eventthread.cpp | 1 - src/eventthread.h | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eventthread.cpp b/src/eventthread.cpp index 6ffdb29..699d7e8 100644 --- a/src/eventthread.cpp +++ b/src/eventthread.cpp @@ -30,7 +30,6 @@ #include #include -#include #include #include "sharedstate.h" diff --git a/src/eventthread.h b/src/eventthread.h index 02a9ea1..6447619 100644 --- a/src/eventthread.h +++ b/src/eventthread.h @@ -36,8 +36,9 @@ #include +#include + struct RGSSThreadData; -typedef struct ALCdevice_struct ALCdevice; struct SDL_Window; union SDL_Event;