From 2a6bad3182b6ab84ff58521990e513aa4a2a87f9 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 25 Nov 2003 11:51:06 +0000 Subject: Make it compile with mozilla < 1.5. 2003-11-25 Christian Persch * embed/mozilla/EphySingle.cpp: Make it compile with mozilla < 1.5. --- embed/mozilla/EphySingle.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/mozilla/EphySingle.cpp b/embed/mozilla/EphySingle.cpp index 0963551de..2707f939d 100644 --- a/embed/mozilla/EphySingle.cpp +++ b/embed/mozilla/EphySingle.cpp @@ -28,11 +28,13 @@ #include "ephy-debug.h" #include -#include #include #include #include #include +#if MOZILLA_SNAPSHOT > 9 +#include +#endif NS_IMPL_ISUPPORTS1(EphySingle, nsIObserver) -- cgit v1.2.3