changeset 151:a90b13a831cf

Fix compiler warnings
author Sam Lantinga <slouken@libsdl.org>
date Sat, 18 Aug 2001 19:21:04 +0000
parents df1d68818edb
children 2cf88672fc7f
files src/video/dummy/SDL_nullvideo.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/dummy/SDL_nullvideo.c	Sat Aug 18 10:33:55 2001 +0000
+++ b/src/video/dummy/SDL_nullvideo.c	Sat Aug 18 19:21:04 2001 +0000
@@ -42,6 +42,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "SDL.h"
 #include "SDL_error.h"