From dc762ecdaeecdb05900761eff262e41bc860e845 Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Sat, 30 Oct 2004 07:56:30 +0000 Subject: [PATCH] Attempt to fix bsmedberg's OS/2 bustage from bug 237745. git-svn-id: svn://10.0.0.236/trunk@164663 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/nsNativeAppSupportOS2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpfe/bootstrap/nsNativeAppSupportOS2.cpp b/mozilla/xpfe/bootstrap/nsNativeAppSupportOS2.cpp index ad05380759a..acac39f9dee 100644 --- a/mozilla/xpfe/bootstrap/nsNativeAppSupportOS2.cpp +++ b/mozilla/xpfe/bootstrap/nsNativeAppSupportOS2.cpp @@ -64,6 +64,7 @@ #include "nsIBaseWindow.h" #include "nsIWidget.h" #include "nsIAppShellService.h" +#include "nsIAppStartup.h" #include "nsIProfileInternal.h" #include "nsIXULWindow.h" #include "nsIInterfaceRequestor.h"