Commit 2f77d42d authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40153
parent 8ead7410
...@@ -33,6 +33,7 @@ static char rcsid = ...@@ -33,6 +33,7 @@ static char rcsid =
#include <math.h> #include <math.h>
#endif #endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include "SDL_error.h" #include "SDL_error.h"
#include "SDL_sysvideo.h" #include "SDL_sysvideo.h"
......
...@@ -29,6 +29,7 @@ static char rcsid = ...@@ -29,6 +29,7 @@ static char rcsid =
#include <unistd.h> #include <unistd.h>
#include <sys/time.h> #include <sys/time.h>
#include <ctype.h> #include <ctype.h>
#include <string.h>
#include "SDL_fbvideo.h" #include "SDL_fbvideo.h"
#include "SDL_fbelo.h" #include "SDL_fbelo.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment