aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-notebook.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 358f3cc3c..d916d4e3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>