Correct 1.4 build errors on Linux. Not part of the build.

git-svn-id: svn://10.0.0.236/trunk@142251 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mhammond%skippinet.com.au
2003-05-09 01:20:32 +00:00
parent 07e406633a
commit e9ba9ad8db
2 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,7 @@
#include "nsReadableUtils.h"
#include "nsCRT.h"
#include <nsFileStream.h> // For console logging.
#include "nspr.h" // PR_fprintf
#ifdef HAVE_LONG_LONG
#undef HAVE_LONG_LONG
@@ -201,7 +202,7 @@ extern "C" NS_EXPORT nsresult NSGetModule(nsIComponentManager *servMgr,
void LogMessage(const char *prefix, const char *pszMessageText)
{
fprintf(stderr, "%s", pszMessageText);
PR_fprintf(PR_STDERR, "%s", pszMessageText);
}
void LogMessage(const char *prefix, nsACString &text)