From f82fe2d0e48c2e38b6321f190c600bfc5774a5ff Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Tue, 16 Oct 2001 04:08:42 +0000 Subject: [PATCH] fixing bustage caused by last checkin --- xpcom/build/nsXPComInit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/build/nsXPComInit.cpp b/xpcom/build/nsXPComInit.cpp index 137768bb63c4..b406e9e2839a 100644 --- a/xpcom/build/nsXPComInit.cpp +++ b/xpcom/build/nsXPComInit.cpp @@ -35,7 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ -#include "nsXPCom.h" +#include "nsXPCOM.h" #include "nsIRegistry.h" #include "nscore.h" #include "nsCOMPtr.h"