diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-08 20:25:21 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-08 20:25:21 +0800 |
commit | bc27de61c1022e7e557840bb0a680bb38076656a (patch) | |
tree | e52ec3fdb6d6f7a1ecdf9ad4e72479f5deb1f8cb /src | |
parent | d0bf32aad9e7f27f50ffc45abe0e1e0cb0a433ad (diff) | |
download | gsoc2013-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')
-rw-r--r-- | src/ephy-notebook.c | 1 |
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> |