diff --git a/mozilla/xpcom/io/nsLocalFileWin.cpp b/mozilla/xpcom/io/nsLocalFileWin.cpp index 25054e7e79a..d648a12546b 100644 --- a/mozilla/xpcom/io/nsLocalFileWin.cpp +++ b/mozilla/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)