diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-24 04:25:21 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-24 04:25:21 +0800 |
commit | 159c8dbad99652984fd19dccbb1947712088d1e0 (patch) | |
tree | 84af9c428d23c1d868844a8b8fb16bd3e23c8ae8 /widgets | |
parent | 2a0b181422cfac6025c238e1edc6281a2ac3fba3 (diff) | |
download | gsoc2013-evolution-159c8dbad99652984fd19dccbb1947712088d1e0.tar gsoc2013-evolution-159c8dbad99652984fd19dccbb1947712088d1e0.tar.gz gsoc2013-evolution-159c8dbad99652984fd19dccbb1947712088d1e0.tar.bz2 gsoc2013-evolution-159c8dbad99652984fd19dccbb1947712088d1e0.tar.lz gsoc2013-evolution-159c8dbad99652984fd19dccbb1947712088d1e0.tar.xz gsoc2013-evolution-159c8dbad99652984fd19dccbb1947712088d1e0.tar.zst gsoc2013-evolution-159c8dbad99652984fd19dccbb1947712088d1e0.zip |
Added #include <stdlib.h>.
2001-04-23 Christopher James Lahey <clahey@ximian.com>
* gal/widgets/e-unicode.c: Added #include <stdlib.h>.
svn path=/trunk/; revision=9520
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-unicode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-unicode.c b/widgets/misc/e-unicode.c index d3973d4b7b..26ac82db96 100644 --- a/widgets/misc/e-unicode.c +++ b/widgets/misc/e-unicode.c @@ -23,6 +23,7 @@ #include <gtk/gtkmenuitem.h> #include "e-font.h" #include <gnome-xml/xmlmemory.h> +#include <stdlib.h> #define FONT_TESTING #define MAX_DECOMP 8 |