*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40153
This commit is contained in:
Sam Lantinga 2001-08-18 21:58:26 +00:00
parent 8ead741049
commit 2f77d42d3a
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ static char rcsid =
#include <math.h>
#endif
#include <stdlib.h>
#include <string.h>
#include "SDL_error.h"
#include "SDL_sysvideo.h"

View file

@ -29,6 +29,7 @@ static char rcsid =
#include <unistd.h>
#include <sys/time.h>
#include <ctype.h>
#include <string.h>
#include "SDL_fbvideo.h"
#include "SDL_fbelo.h"