diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/mozilla-notifiers.cpp | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-07-24 Adam Hooper <adamh@cvs.gnome.org> + + * embed/mozilla/mozilla-notifiers.cpp: + + #include <nsEmbedString.h> + 2004-07-24 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: 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> |