aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-04-24 06:44:58 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-04-24 06:44:58 +0800
commit2b9cb3edda00e09c53405231032ffb65127b0376 (patch)
tree3c0d1aeff51997cf474f22420f66c57211e39589
parentbf5d2ea43c1ac3dcc3188bc2a512a0639d1a11a2 (diff)
downloadgsoc2013-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
-rw-r--r--e-util/ChangeLog6
-rw-r--r--e-util/e-host-utils.c1
2 files changed, 7 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]
diff --git a/e-util/e-host-utils.c b/e-util/e-host-utils.c
index 9dfbcc1f59..1223b60193 100644
--- a/e-util/e-host-utils.c
+++ b/e-util/e-host-utils.c
@@ -22,6 +22,7 @@
*/
#include <config.h>
+#include <glib.h>
#include "e-msgport.h"
#include "e-host-utils.h"
#include <string.h>
>bapt2013-09-211-0/+1 * - Convert to new perl frameworkmat2013-08-031-6/+3 * - Update to 1.104sunpoet2011-12-102-8/+13 * - Use := in setting RUN_DEPENDS to quiet portlintswills2011-09-251-1/+3 * - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-171-1/+1 * - Fix pkg-plistpgollucci2010-12-121-0/+3 * Description was damaged by sort.timur2010-12-101-1/+1