Update m_menu.c

This commit is contained in:
minenice55 2026-03-31 17:16:03 -04:00
parent b33f90b6ea
commit 8eafc426b9

View file

@ -88,6 +88,13 @@
#include "deh_tables.h" // menunames
#if defined(HAVE_SDL)
#include <SDL3/SDL.h>
#if SDL_VERSION_ATLEAST(2,0,0)
#include "sdl/sdlmain.h" // JOYSTICK_HOTPLUG
#endif
#endif
#ifdef PC_DOS
#include <stdio.h> // for snprintf
int snprintf(char *str, size_t n, const char *fmt, ...);