From 910144c33386d0a5cc6d487fd98d68e4eb2148a5 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. --- xpfe/bootstrap/nsNativeAppSupportOS2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xpfe/bootstrap/nsNativeAppSupportOS2.cpp b/xpfe/bootstrap/nsNativeAppSupportOS2.cpp index ad05380759a..acac39f9dee 100644 --- a/xpfe/bootstrap/nsNativeAppSupportOS2.cpp +++ b/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"