aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lib/ephy-string.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 016e13c84..b020e7eeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"