diff src/timer/windows/SDL_systimer.c @ 5116:e337f792c6a7

Fixed compiling under Visual Studio
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Jan 2011 15:31:00 -0800
parents 481dabb098ef
children b530ef003506
line wrap: on
line diff
--- a/src/timer/windows/SDL_systimer.c	Thu Jan 27 15:58:30 2011 -0600
+++ b/src/timer/windows/SDL_systimer.c	Thu Jan 27 15:31:00 2011 -0800
@@ -24,6 +24,7 @@
 #ifdef SDL_TIMER_WINDOWS
 
 #include "../../core/windows/SDL_windows.h"
+#include <mmsystem.h>
 
 #include "SDL_timer.h"