mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fix fizzilla bustage.
This commit is contained in:
parent
95f63294a0
commit
caca4889fd
2
netwerk/cache/src/nsDiskCacheDevice.cpp
vendored
2
netwerk/cache/src/nsDiskCacheDevice.cpp
vendored
@ -22,6 +22,8 @@
|
||||
* Patrick C. Beard <beard@netscape.com>
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#include "nsDiskCacheDevice.h"
|
||||
#include "nsDiskCacheEntry.h"
|
||||
#include "nsCacheService.h"
|
||||
|
@ -21,6 +21,8 @@
|
||||
* Darin Fisher <darin@netscape.com> (original author)
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef MOZ_NEW_CACHE
|
||||
|
||||
#include "nsAboutCacheEntry.h"
|
||||
|
@ -25,6 +25,8 @@
|
||||
* Darin Fisher <darin@netscape.com>
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#include "nspr.h"
|
||||
#include "prlong.h"
|
||||
#include "nsHTTPChannel.h"
|
||||
|
Loading…
Reference in New Issue
Block a user