mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
sdlapp: Fix build with SDL2
Not sure why this didn't break in my earlier tests. Change-Id: Idf643c7ace638d928d41606cec1b90762bc4909e
This commit is contained in:
parent
56ec2e2e4a
commit
41abd8e32f
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@
|
||||||
#include "pcm_mixer.h"
|
#include "pcm_mixer.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SIMULATOR
|
#if defined(SIMULATOR) || defined(SDLAPP)
|
||||||
#include <strings.h>
|
#include <strings.h> /* For strncasecmp() */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* TODO: The audio thread really is doing multitasking of acting like a
|
/* TODO: The audio thread really is doing multitasking of acting like a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue