Update controller_bind_mapping.c

This commit is contained in:
Isaac 2022-02-16 15:04:51 +10:00 committed by GitHub
parent 956a95bb8f
commit 46a4b377a5

View file

@ -1,8 +1,11 @@
#ifdef HAVE_SDL2
#include <SDL2/SDL.h>
#else
#ifdef HAVE_SDL
#include <SDL/SDL.h>
#endif
#endif
#include "controller_bind_mapping.h"
#include "controller_api.h"