From 338a17002d1c32cfc8628a7b0073a0a995a2bcb9 Mon Sep 17 00:00:00 2001 From: Josh Aas Date: Fri, 20 Mar 2009 16:21:08 -0700 Subject: [PATCH] XULRunner bustage fix for bug 482277, forgot to replace an individually included header. b=482277 --- xulrunner/stub/nsXULStub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xulrunner/stub/nsXULStub.cpp b/xulrunner/stub/nsXULStub.cpp index 309a0f9fd07..b8484a98d7d 100644 --- a/xulrunner/stub/nsXULStub.cpp +++ b/xulrunner/stub/nsXULStub.cpp @@ -53,7 +53,7 @@ #define PATH_SEPARATOR_CHAR '\\' #define R_OK 04 #elif defined(XP_MACOSX) -#include +#include #define PATH_SEPARATOR_CHAR '/' #elif defined (XP_OS2) #define INCL_DOS