diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-notebook.c | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-08-08 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: + + Include "ephy-string.h", fixes build with -Werror. + +2004-08-08 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphySingle.cpp: * embed/mozilla/EventContext.cpp: diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 38c8a8c07..c763bb1fc 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -37,6 +37,7 @@ #include "ephy-favicon-cache.h" #include "ephy-ellipsizing-label.h" #include "ephy-spinner.h" +#include "ephy-string.h" #include <glib-object.h> #include <gtk/gtkeventbox.h> |