diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/ContentHandler.h | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-11-14 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/ContentHandler.h: + + Fix includes. + +2004-11-14 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (build_tab_label): Remove unused variable. diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h index 92612653b..8249cf948 100644 --- a/embed/mozilla/ContentHandler.h +++ b/embed/mozilla/ContentHandler.h @@ -24,6 +24,8 @@ #include "config.h" +#include "ephy-embed-shell.h" + #include <libgnomevfs/gnome-vfs-mime-handlers.h> #define MOZILLA_STRICT_API |