diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-07-25 00:41:40 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-07-25 00:41:40 +0800 |
commit | bf9c73d3a594df3decf46cf8767e54b2f42d7b38 (patch) | |
tree | 00e4e79cbd463fc098d02daf004f494e5a11845a /embed/mozilla | |
parent | fa8d611634ce612e828929a8d9720fbab86217ed (diff) | |
download | gsoc2013-epiphany-bf9c73d3a594df3decf46cf8767e54b2f42d7b38.tar gsoc2013-epiphany-bf9c73d3a594df3decf46cf8767e54b2f42d7b38.tar.gz gsoc2013-epiphany-bf9c73d3a594df3decf46cf8767e54b2f42d7b38.tar.bz2 gsoc2013-epiphany-bf9c73d3a594df3decf46cf8767e54b2f42d7b38.tar.lz gsoc2013-epiphany-bf9c73d3a594df3decf46cf8767e54b2f42d7b38.tar.xz gsoc2013-epiphany-bf9c73d3a594df3decf46cf8767e54b2f42d7b38.tar.zst gsoc2013-epiphany-bf9c73d3a594df3decf46cf8767e54b2f42d7b38.zip |
#include <nsEmbedString.h>
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/mozilla-notifiers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index c36cf41a5..4c0c38293 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -44,6 +44,7 @@ #include <gtk/gtksettings.h> #include <nsCOMPtr.h> +#include <nsEmbedString.h> #include <nsIPrefService.h> #include <nsIServiceManager.h> #include <libgnome/gnome-i18n.h> |