diff options
Diffstat (limited to 'embed/mozilla/EphySingle.cpp')
-rw-r--r-- | embed/mozilla/EphySingle.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/embed/mozilla/EphySingle.cpp b/embed/mozilla/EphySingle.cpp index a15237596..fee0eeb5b 100644 --- a/embed/mozilla/EphySingle.cpp +++ b/embed/mozilla/EphySingle.cpp @@ -27,13 +27,16 @@ #include "ephy-debug.h" -#include <nsString.h> #include <nsIURI.h> #include <nsIPermissionManager.h> #include <nsICookieManager.h> #include <nsIServiceManager.h> #include <nsICookie2.h> +#ifdef ALLOW_PRIVATE_STRINGS +#include <nsString.h> +#endif + NS_IMPL_ISUPPORTS1(EphySingle, nsIObserver) EphySingle::EphySingle() |