diff options
-rw-r--r-- | main/safe_mode.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/safe_mode.c b/main/safe_mode.c index 7693da5d69..6a0f733eb5 100644 --- a/main/safe_mode.c +++ b/main/safe_mode.c @@ -31,6 +31,9 @@ #include "SAPI.h" #include "php_globals.h" +#ifdef __BEOS__ +#define realpath(x,y) strcpy(y,x) +#endif /* * php_checkuid |