*** empty log message ***

This commit is contained in:
Sam Lantinga
2001-08-18 21:58:26 +00:00
parent 3f94823e27
commit a679bab3f8
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"