diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-string.c | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org> + * lib/ephy-string.c: + + missing header + +2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org> + * src/ephy-tab.c: (ephy_tab_net_state_cb), (ephy_tab_set_title): Set a title on NET_START (nicified url). diff --git a/lib/ephy-string.c b/lib/ephy-string.c index 79eaa215a..fdadfbd17 100644 --- a/lib/ephy-string.c +++ b/lib/ephy-string.c @@ -24,6 +24,7 @@ #include <errno.h> #include <string.h> +#include <stdlib.h> #include <glib.h> #define ELLIPSIS "\xe2\x80\xa6" |