Bug 807938 - Fix nsGnomeVFSProtocolHandler.cpp compile problem (PR_FormatTimeUSEnglish was not declared in this scope), r=ehsan

This commit is contained in:
Frank Wein 2012-11-02 15:41:58 +01:00
parent 4b4ffca770
commit 2627db994b

View File

@ -10,6 +10,7 @@ extern "C" {
#include <libgnomevfs/gnome-vfs-mime-utils.h>
}
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "nsServiceManagerUtils.h"
#include "nsComponentManagerUtils.h"
#include "mozilla/ModuleUtils.h"