diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-21 06:01:02 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-21 06:01:02 +0800 |
commit | c10acaa288a83d0a0d34a643cfee94199764ebef (patch) | |
tree | 439a3d2128f6f0b437ec474f8f0b73936a20a45b /lib/ephy-string.c | |
parent | ede9fedc33b201530b89ae62d4fbad64ffb919b1 (diff) | |
download | gsoc2013-epiphany-c10acaa288a83d0a0d34a643cfee94199764ebef.tar gsoc2013-epiphany-c10acaa288a83d0a0d34a643cfee94199764ebef.tar.gz gsoc2013-epiphany-c10acaa288a83d0a0d34a643cfee94199764ebef.tar.bz2 gsoc2013-epiphany-c10acaa288a83d0a0d34a643cfee94199764ebef.tar.lz gsoc2013-epiphany-c10acaa288a83d0a0d34a643cfee94199764ebef.tar.xz gsoc2013-epiphany-c10acaa288a83d0a0d34a643cfee94199764ebef.tar.zst gsoc2013-epiphany-c10acaa288a83d0a0d34a643cfee94199764ebef.zip |
missing header
2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/ephy-string.c:
missing header
Diffstat (limited to 'lib/ephy-string.c')
-rw-r--r-- | lib/ephy-string.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |