# HG changeset patch # User Sam Lantinga # Date 998171906 0 # Node ID 2cf88672fc7f0527138e337a4ef16bfe27df66bd # Parent a90b13a831cfa35045a0e5d015a78ed1f9c3c629 *** empty log message *** diff -r a90b13a831cf -r 2cf88672fc7f src/video/SDL_gamma.c --- a/src/video/SDL_gamma.c Sat Aug 18 19:21:04 2001 +0000 +++ b/src/video/SDL_gamma.c Sat Aug 18 21:58:26 2001 +0000 @@ -33,6 +33,7 @@ #include #endif #include +#include #include "SDL_error.h" #include "SDL_sysvideo.h" diff -r a90b13a831cf -r 2cf88672fc7f src/video/fbcon/SDL_fbelo.c --- a/src/video/fbcon/SDL_fbelo.c Sat Aug 18 19:21:04 2001 +0000 +++ b/src/video/fbcon/SDL_fbelo.c Sat Aug 18 21:58:26 2001 +0000 @@ -29,6 +29,7 @@ #include #include #include +#include #include "SDL_fbvideo.h" #include "SDL_fbelo.h"