From 2f77d42d3ad8ad502ee61b33e0050b8149ec27a8 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 18 Aug 2001 21:58:26 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40153 --- 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"