MacOS ARM build is missing stricmp, hoping including string.h will correct this
This commit is contained in:
parent
13019b5fa4
commit
251bec69a9
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "pch.h"
|
||||
#ifdef HAVE_SDL2
|
||||
#include "SDL_events.h"
|
||||
|
|
Loading…
Reference in a new issue