Fix for build bustage in necko

This commit is contained in:
Doug Turner 2010-04-21 04:26:01 -07:00
Родитель 5350023988
Коммит a21d1d973f
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -44,6 +44,10 @@
*
* ***** END LICENSE BLOCK ***** */
#ifdef MOZ_IPC
#include "base/basictypes.h"
#endif
#include "nsHttpChannel.h"
#include "nsHttpHandler.h"
#include "nsIHttpAuthenticator.h"
@ -67,6 +71,8 @@
#include "nsICacheService.h"
#include "nsDNSPrefetch.h"
#include "nsIOService.h"
// True if the local cache should be bypassed when processing a request.
#define BYPASS_LOCAL_CACHE(loadFlags) \
(loadFlags & (nsIRequest::LOAD_BYPASS_CACHE | \

Просмотреть файл

@ -38,6 +38,10 @@
*
* ***** END LICENSE BLOCK ***** */
#ifdef MOZ_IPC
#include "base/basictypes.h"
#endif
#include "nsIOService.h"
#include "nsHttpHandler.h"
#include "nsHttpTransaction.h"