зеркало из https://github.com/mozilla/pjs.git
Fix for build bustage in necko
This commit is contained in:
Родитель
5350023988
Коммит
a21d1d973f
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче