From 3f94823e27e9e19daf5ce16bc964fa769dbea13b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 18 Aug 2001 19:21:04 +0000 Subject: [PATCH] Fix compiler warnings --- src/video/dummy/SDL_nullvideo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/dummy/SDL_nullvideo.c b/src/video/dummy/SDL_nullvideo.c index 962f55e57..537b05623 100644 --- a/src/video/dummy/SDL_nullvideo.c +++ b/src/video/dummy/SDL_nullvideo.c @@ -42,6 +42,7 @@ static char rcsid = #include #include +#include #include "SDL.h" #include "SDL_error.h"