From e23dc868b5cd45ece63af24e302f354f8d6d275d Mon Sep 17 00:00:00 2001 From: "pkw%us.ibm.com" Date: Wed, 14 Apr 2004 15:55:27 +0000 Subject: [PATCH] Bug 240502 - Checkin for Bug 116376 breaks AIX build (wait.h not found) r=bsmedberg@covad.net, sr=bustage-fix --- xpinstall/wizard/unix/src2/nsSetupTypeDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpinstall/wizard/unix/src2/nsSetupTypeDlg.cpp b/xpinstall/wizard/unix/src2/nsSetupTypeDlg.cpp index 3965c918130..f287e6cd9af 100644 --- a/xpinstall/wizard/unix/src2/nsSetupTypeDlg.cpp +++ b/xpinstall/wizard/unix/src2/nsSetupTypeDlg.cpp @@ -45,7 +45,7 @@ #define STATFS statfs #endif -#include +#include static GtkWidget *sBrowseBtn;