Commit eb06aba8ae2a1c8d0bb4595da09259bfac998784

Sam Lantinga 2017-08-13T21:16:58

Fixed bug 3742 - minor warning fixes

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/video/x11/SDL_x11video.c b/src/video/x11/SDL_x11video.c
index e0be553..0a73e29 100644
--- a/src/video/x11/SDL_x11video.c
+++ b/src/video/x11/SDL_x11video.c
@@ -26,6 +26,7 @@
 
 #include "SDL_video.h"
 #include "SDL_mouse.h"
+#include "SDL_timer.h"
 #include "../SDL_sysvideo.h"
 #include "../SDL_pixels_c.h"