changeset 152:2cf88672fc7f

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 18 Aug 2001 21:58:26 +0000
parents a90b13a831cf
children 2839f45bdba0
files src/video/SDL_gamma.c src/video/fbcon/SDL_fbelo.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/SDL_gamma.c	Sat Aug 18 19:21:04 2001 +0000
+++ b/src/video/SDL_gamma.c	Sat Aug 18 21:58:26 2001 +0000
@@ -33,6 +33,7 @@
 #include <math.h>
 #endif
 #include <stdlib.h>
+#include <string.h>
 
 #include "SDL_error.h"
 #include "SDL_sysvideo.h"
--- a/src/video/fbcon/SDL_fbelo.c	Sat Aug 18 19:21:04 2001 +0000
+++ b/src/video/fbcon/SDL_fbelo.c	Sat Aug 18 21:58:26 2001 +0000
@@ -29,6 +29,7 @@
 #include <unistd.h>
 #include <sys/time.h>
 #include <ctype.h>
+#include <string.h>
 
 #include "SDL_fbvideo.h"
 #include "SDL_fbelo.h"