changeset 573:6c3fa3b5e397

Fixed build error on BeOS
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Jan 2003 02:34:04 +0000
parents 4c740ee76027
children 64fe373be3dc
files src/main/beos/SDL_BeApp.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/beos/SDL_BeApp.cc	Mon Jan 20 02:11:07 2003 +0000
+++ b/src/main/beos/SDL_BeApp.cc	Mon Jan 20 02:34:04 2003 +0000
@@ -31,6 +31,7 @@
 #include <storage/Path.h>
 #include <storage/Entry.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #include "SDL_BeApp.h"