From df057a082589181644fe81c75b0326eb1c9796d3 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Sat, 1 May 1999 01:40:35 +0000 Subject: [PATCH] Fix AIX and Solaris bustage. --- base/src/nsPageMgr.cpp | 2 +- xpcom/ds/nsPageMgr.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/src/nsPageMgr.cpp b/base/src/nsPageMgr.cpp index 13994f11ad3..af6502f4006 100644 --- a/base/src/nsPageMgr.cpp +++ b/base/src/nsPageMgr.cpp @@ -25,7 +25,7 @@ #include #elif defined(XP_UNIX) #include -#include +#include #endif /******************************************************************************/ diff --git a/xpcom/ds/nsPageMgr.cpp b/xpcom/ds/nsPageMgr.cpp index 13994f11ad3..af6502f4006 100644 --- a/xpcom/ds/nsPageMgr.cpp +++ b/xpcom/ds/nsPageMgr.cpp @@ -25,7 +25,7 @@ #include #elif defined(XP_UNIX) #include -#include +#include #endif /******************************************************************************/