From f48aefb14750a33ee8e901f366982e95b2d025ed Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Mon, 3 Jan 2000 23:01:37 +0000 Subject: [PATCH] Including nsCRT.h directly. It is included indirectly by nsFileSpec. This prep work for the nsIFile landing. --- gfx/src/nsImageNetContextSync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/src/nsImageNetContextSync.cpp b/gfx/src/nsImageNetContextSync.cpp index 34e92f8d876f..88137ff251b9 100644 --- a/gfx/src/nsImageNetContextSync.cpp +++ b/gfx/src/nsImageNetContextSync.cpp @@ -34,7 +34,7 @@ #include "nsIIOService.h" #include "nsIURL.h" #include "nsIChannel.h" - +#include "nsCRT.h" #include "nsIServiceManager.h" static NS_DEFINE_IID(kIImageNetContextIID, IL_INETCONTEXT_IID);