diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-04-24 06:44:58 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-04-24 06:44:58 +0800 |
commit | 2b9cb3edda00e09c53405231032ffb65127b0376 (patch) | |
tree | 3c0d1aeff51997cf474f22420f66c57211e39589 /e-util/ChangeLog | |
parent | bf5d2ea43c1ac3dcc3188bc2a512a0639d1a11a2 (diff) | |
download | gsoc2013-evolution-2b9cb3edda00e09c53405231032ffb65127b0376.tar.gz gsoc2013-evolution-2b9cb3edda00e09c53405231032ffb65127b0376.tar.zst gsoc2013-evolution-2b9cb3edda00e09c53405231032ffb65127b0376.zip |
Include glib.h, so that the g_warning in e_gethostbyname_r will be treated
2001-04-23 Jon Trowbridge <trow@ximian.com>
* e-host-utils.c: Include glib.h, so that the g_warning in
e_gethostbyname_r will be treated as a macro and not as an
unresolved symbol.
svn path=/trunk/; revision=9528
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index b6697b9b92..772b217582 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2001-04-23 Jon Trowbridge <trow@ximian.com> + + * e-host-utils.c: Include glib.h, so that the g_warning in + e_gethostbyname_r will be treated as a macro and not as an + unresolved symbol. + 2001-04-22 Chris Toshok <toshok@ximian.com> * Makefile.am (libeutil_la_SOURCES): add e-host-utils.[ch] |