# HG changeset patch # User Sam Lantinga # Date 998162464 0 # Node ID a90b13a831cfa35045a0e5d015a78ed1f9c3c629 # Parent df1d68818edbf3c02337c93f81953b93b7b29e24 Fix compiler warnings diff -r df1d68818edb -r a90b13a831cf src/video/dummy/SDL_nullvideo.c --- a/src/video/dummy/SDL_nullvideo.c Sat Aug 18 10:33:55 2001 +0000 +++ b/src/video/dummy/SDL_nullvideo.c Sat Aug 18 19:21:04 2001 +0000 @@ -42,6 +42,7 @@ #include #include +#include #include "SDL.h" #include "SDL_error.h"