1.1 --- a/src/video/SDL_gamma.c Sat Aug 18 19:21:04 2001 +0000
1.2 +++ b/src/video/SDL_gamma.c Sat Aug 18 21:58:26 2001 +0000
1.3 @@ -33,6 +33,7 @@
1.4 #include <math.h>
1.5 #endif
1.6 #include <stdlib.h>
1.7 +#include <string.h>
1.8
1.9 #include "SDL_error.h"
1.10 #include "SDL_sysvideo.h"
2.1 --- a/src/video/fbcon/SDL_fbelo.c Sat Aug 18 19:21:04 2001 +0000
2.2 +++ b/src/video/fbcon/SDL_fbelo.c Sat Aug 18 21:58:26 2001 +0000
2.3 @@ -29,6 +29,7 @@
2.4 #include <unistd.h>
2.5 #include <sys/time.h>
2.6 #include <ctype.h>
2.7 +#include <string.h>
2.8
2.9 #include "SDL_fbvideo.h"
2.10 #include "SDL_fbelo.h"