aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-notebook.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-08 20:25:21 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-08 20:25:21 +0800
commitbc27de61c1022e7e557840bb0a680bb38076656a (patch)
treee52ec3fdb6d6f7a1ecdf9ad4e72479f5deb1f8cb /src/ephy-notebook.c
parentd0bf32aad9e7f27f50ffc45abe0e1e0cb0a433ad (diff)
downloadgsoc2013-epiphany-bc27de61c1022e7e557840bb0a680bb38076656a.tar
gsoc2013-epiphany-bc27de61c1022e7e557840bb0a680bb38076656a.tar.gz
gsoc2013-epiphany-bc27de61c1022e7e557840bb0a680bb38076656a.tar.bz2
gsoc2013-epiphany-bc27de61c1022e7e557840bb0a680bb38076656a.tar.lz
gsoc2013-epiphany-bc27de61c1022e7e557840bb0a680bb38076656a.tar.xz
gsoc2013-epiphany-bc27de61c1022e7e557840bb0a680bb38076656a.tar.zst
gsoc2013-epiphany-bc27de61c1022e7e557840bb0a680bb38076656a.zip
Include "ephy-string.h", fixes build with -Werror.
2004-08-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: Include "ephy-string.h", fixes build with -Werror.
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r--src/ephy-notebook.c1
1 files changed, 1 insertions, 0 deletions
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>