diff --git a/base/src/unix/nsFileSpecUnix.cpp b/base/src/unix/nsFileSpecUnix.cpp index fe637ff4844c..3b022d072f0c 100644 --- a/base/src/unix/nsFileSpecUnix.cpp +++ b/base/src/unix/nsFileSpecUnix.cpp @@ -28,7 +28,7 @@ #include #include "nsError.h" -#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC) || defined(DGUX) +#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC) || defined(DGUX) || defined(NTO) #include /* for statvfs() */ #define STATFS statvfs #elif defined(SCO_SV) diff --git a/xpcom/io/nsFileSpecUnix.cpp b/xpcom/io/nsFileSpecUnix.cpp index fe637ff4844c..3b022d072f0c 100644 --- a/xpcom/io/nsFileSpecUnix.cpp +++ b/xpcom/io/nsFileSpecUnix.cpp @@ -28,7 +28,7 @@ #include #include "nsError.h" -#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC) || defined(DGUX) +#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC) || defined(DGUX) || defined(NTO) #include /* for statvfs() */ #define STATFS statvfs #elif defined(SCO_SV)