diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/EphySingle.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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 <nsString.h> -#include <nsICookie2.h> #include <nsIURI.h> #include <nsIPermissionManager.h> #include <nsICookieManager.h> #include <nsIServiceManager.h> +#if MOZILLA_SNAPSHOT > 9 +#include <nsICookie2.h> +#endif NS_IMPL_ISUPPORTS1(EphySingle, nsIObserver) |