MacOS ARM build is missing stricmp, hoping including string.h will correct this

This commit is contained in:
bbbradsmith 2024-12-13 04:28:16 -05:00 committed by tildearrow
parent 13019b5fa4
commit 251bec69a9

View file

@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include "pch.h"
#ifdef HAVE_SDL2
#include "SDL_events.h"