fix Termux build again

This commit is contained in:
tildearrow 2022-06-23 16:25:51 -05:00
parent b90552dfb1
commit 7586db9a1b
4 changed files with 3 additions and 4 deletions

View file

@ -24,7 +24,7 @@
#include "../ta-log.h"
#include "../fileutils.h"
#ifdef HAVE_SDL2
#include "../audio/sdl.h"
#include "../audio/sdlAudio.h"
#endif
#include <stdexcept>
#ifndef _WIN32