Fix bustage

This commit is contained in:
Ben Turner 2009-11-12 14:46:29 -08:00
parent 825bd599dd
commit 8ee0dbf5a2
3 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include "mozilla/ipc/GeckoThread.h"
#include "nsDebug.h"
#include "nsTraceRefcnt.h"
#include "nsXULAppAPI.h"
using mozilla::MutexAutoLock;

View File

@ -41,6 +41,7 @@
#include "mozilla/ipc/GeckoThread.h"
#include "nsDebug.h"
#include "nsTraceRefcnt.h"
#define RPC_ASSERT(_cond, ...) \
do { \

View File

@ -41,6 +41,7 @@
#include "mozilla/ipc/GeckoThread.h"
#include "nsDebug.h"
#include "nsTraceRefcnt.h"
#ifdef OS_WIN
#include "nsServiceManagerUtils.h"