sdlapp: Fix build with SDL2

Not sure why this didn't break in my earlier tests.

Change-Id: Idf643c7ace638d928d41606cec1b90762bc4909e
This commit is contained in:
Solomon Peachy 2024-10-07 12:36:44 -04:00
parent 56ec2e2e4a
commit 41abd8e32f

View file

@ -58,8 +58,8 @@
#include "pcm_mixer.h"
#endif
#ifdef SIMULATOR
#include <strings.h>
#if defined(SIMULATOR) || defined(SDLAPP)
#include <strings.h> /* For strncasecmp() */
#endif
/* TODO: The audio thread really is doing multitasking of acting like a