From 607f6ae1602f3320afdda457b3e2d619eb2641b0 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Sat, 8 May 1999 06:24:27 +0000 Subject: [PATCH] Fix for AIX, Solaris, OSF/1, and probably others. git-svn-id: svn://10.0.0.236/trunk@30810 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/base/src/unix/nsFileSpecUnix.cpp | 1 + mozilla/xpcom/io/nsFileSpecUnix.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/base/src/unix/nsFileSpecUnix.cpp b/mozilla/base/src/unix/nsFileSpecUnix.cpp index 1370eec8bae..dd6a4e85c66 100644 --- a/mozilla/base/src/unix/nsFileSpecUnix.cpp +++ b/mozilla/base/src/unix/nsFileSpecUnix.cpp @@ -27,6 +27,7 @@ #include #include #include "nsError.h" +#include "prio.h" /* for PR_Rename */ #if defined(SCO_SV) #define _SVID3 /* for statvfs.h */ diff --git a/mozilla/xpcom/io/nsFileSpecUnix.cpp b/mozilla/xpcom/io/nsFileSpecUnix.cpp index 1370eec8bae..dd6a4e85c66 100644 --- a/mozilla/xpcom/io/nsFileSpecUnix.cpp +++ b/mozilla/xpcom/io/nsFileSpecUnix.cpp @@ -27,6 +27,7 @@ #include #include #include "nsError.h" +#include "prio.h" /* for PR_Rename */ #if defined(SCO_SV) #define _SVID3 /* for statvfs.h */