From 893726aa3035a08c29ddd6483f0527f3d18a078c Mon Sep 17 00:00:00 2001 From: "blizzard%redhat.com" Date: Thu, 17 Feb 2000 16:08:53 +0000 Subject: [PATCH] fix windows build bustage --- xpcom/io/nsLocalFileWin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpcom/io/nsLocalFileWin.cpp b/xpcom/io/nsLocalFileWin.cpp index 25054e7e79ad..d648a12546b3 100644 --- a/xpcom/io/nsLocalFileWin.cpp +++ b/xpcom/io/nsLocalFileWin.cpp @@ -41,6 +41,8 @@ #include +#include "prproces.h" + // certainly not all the error that can be // encountered, but many of them common ones static nsresult ConvertWinError(DWORD winErr)