diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj
index 1ce669c95..c450d7395 100644
--- a/VisualC/SDL/SDL_VS2008.vcproj
+++ b/VisualC/SDL/SDL_VS2008.vcproj
@@ -448,7 +448,7 @@
>
-
+
diff --git a/VisualCE/SDL/SDL.vcproj b/VisualCE/SDL/SDL.vcproj
index f11945845..de2df60ab 100644
--- a/VisualCE/SDL/SDL.vcproj
+++ b/VisualCE/SDL/SDL.vcproj
@@ -1255,7 +1255,7 @@
>
#include
-#include "SDL_keysym.h"
+#include "SDL_keycode.h"
#include "../SDL_sysvideo.h"
#include "SDL_cocoaclipboard.h"
diff --git a/src/video/x11/SDL_x11video.h b/src/video/x11/SDL_x11video.h
index 3ae065740..b6865d1bc 100644
--- a/src/video/x11/SDL_x11video.h
+++ b/src/video/x11/SDL_x11video.h
@@ -24,7 +24,7 @@
#ifndef _SDL_x11video_h
#define _SDL_x11video_h
-#include "SDL_keysym.h"
+#include "SDL_keycode.h"
#include "../SDL_sysvideo.h"