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)