Skip to content

Commit

Permalink
Fixed Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 9, 2018
1 parent d2042e1 commit f35e97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/SDL_joystick.c
Expand Up @@ -39,7 +39,7 @@

#ifdef __WIN32__
/* Needed for checking for input remapping programs */
#include "../../core/windows/SDL_windows.h"
#include "../core/windows/SDL_windows.h"

#undef UNICODE /* We want ASCII functions */
#include <tlhelp32.h>
Expand Down

0 comments on commit f35e97b

Please sign in to comment.