Fix non-IPC bustage from bug 536289. Patch as agreed with jdm over irc. a=bustage-fix.

This commit is contained in:
Mark Banner 2010-10-21 22:01:38 +01:00
parent 1238d17e7b
commit 44f357ae3f
3 changed files with 9 additions and 0 deletions

View File

@ -60,6 +60,13 @@ ifdef MOZ_IPC
DIRS += \
ipc \
$(NULL)
else
# Non-IPC builds need NeckoCommon.h
EXPORTS_NAMESPACES = mozilla/net
EXPORTS_mozilla/net = \
ipc/NeckoCommon.h \
$(NULL)
endif
ifdef NECKO_WIFI

View File

@ -52,6 +52,7 @@
#include "nsIResumableChannel.h"
#include "nsIApplicationCacheChannel.h"
#include "nsEscape.h"
#include "nsPrintfCString.h"
namespace mozilla {
namespace net {

View File

@ -59,6 +59,7 @@
#include "nsISupportsPriority.h"
#include "nsIApplicationCache.h"
#include "nsIResumableChannel.h"
#include "mozilla/net/NeckoCommon.h"
namespace mozilla {
namespace net {