From fc3bdc332ef22adc31bb613f65d92b066be4f6d2 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 18 Aug 2001 21:58:26 +0000 Subject: [PATCH] *** empty log message *** --- src/video/SDL_gamma.c | 1 + src/video/fbcon/SDL_fbelo.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/video/SDL_gamma.c b/src/video/SDL_gamma.c index 3ae13c109..f195cf7f0 100644 --- a/src/video/SDL_gamma.c +++ b/src/video/SDL_gamma.c @@ -33,6 +33,7 @@ static char rcsid = #include #endif #include +#include #include "SDL_error.h" #include "SDL_sysvideo.h" diff --git a/src/video/fbcon/SDL_fbelo.c b/src/video/fbcon/SDL_fbelo.c index 046f5b561..2f1946ddd 100644 --- a/src/video/fbcon/SDL_fbelo.c +++ b/src/video/fbcon/SDL_fbelo.c @@ -29,6 +29,7 @@ static char rcsid = #include #include #include +#include #include "SDL_fbvideo.h" #include "SDL_fbelo.h"