diff src/SDL_compat.c @ 1712:931d111e737a SDL-1.3

Started framework for Windows video driver
author Sam Lantinga <slouken@libsdl.org>
date Mon, 26 Jun 2006 13:56:56 +0000
parents c901fd2a42da
children 6ab5e712e642
line wrap: on
line diff
--- a/src/SDL_compat.c	Mon Jun 26 05:27:34 2006 +0000
+++ b/src/SDL_compat.c	Mon Jun 26 13:56:56 2006 +0000
@@ -24,6 +24,7 @@
 /* This file contains functions for backwards compatibility with SDL 1.2 */
 
 #include "SDL.h"
+#include "SDL_syswm.h"
 
 #include "video/SDL_pixels_c.h"