diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-03-25 05:02:39 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-03-25 05:02:39 +0800 |
commit | a920f4d662c9d6460990e7a1a551064c9f1ab211 (patch) | |
tree | 853c167d2b19dd02780946732d0d0257f729c4a9 /src/bookmarks | |
parent | 5edfc6d1d2c7ba42be2463c1609b8c1482e32799 (diff) | |
download | gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar.gz gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar.bz2 gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar.lz gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar.xz gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar.zst gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.zip |
fix a warning
2003-03-24 Marco Pesenti Gritti <marco@it.gnome.org>
* src/bookmarks/ephy-bookmark-properties.c:
fix a warning
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index 448d8a660..2096f139c 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -21,6 +21,7 @@ #include "ephy-topics-selector.h" #include "ephy-debug.h" #include "ephy-shell.h" +#include "ephy-state.h" #include <gtk/gtkstock.h> #include <gtk/gtkentry.h> |