diff src/main/beos/SDL_BeApp.cc @ 573:6c3fa3b5e397

Fixed build error on BeOS
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Jan 2003 02:34:04 +0000
parents f6ffac90895c
children b8d311d90021
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"