BeOS uses the Unix local file implementation.

git-svn-id: svn://10.0.0.236/trunk@66737 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-04-21 21:04:35 +00:00
parent 75402120b8
commit 8a0a3cf145

View File

@@ -35,7 +35,7 @@
#include "nsLocalFileMac.h"
#endif
#ifdef XP_UNIX
#if defined(XP_UNIX) || defined(XP_BEOS)
#include "nsLocalFileUnix.h"
#endif