From 8a0a3cf145128bb56cee7b03f0d723c350e0b3cd Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 21 Apr 2000 21:04:35 +0000 Subject: [PATCH] BeOS uses the Unix local file implementation. git-svn-id: svn://10.0.0.236/trunk@66737 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/io/nsLocalFileCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/io/nsLocalFileCommon.cpp b/mozilla/xpcom/io/nsLocalFileCommon.cpp index db56cd3faf9..f17c26778d0 100644 --- a/mozilla/xpcom/io/nsLocalFileCommon.cpp +++ b/mozilla/xpcom/io/nsLocalFileCommon.cpp @@ -35,7 +35,7 @@ #include "nsLocalFileMac.h" #endif -#ifdef XP_UNIX +#if defined(XP_UNIX) || defined(XP_BEOS) #include "nsLocalFileUnix.h" #endif