From 2b9cb3edda00e09c53405231032ffb65127b0376 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Mon, 23 Apr 2001 22:44:58 +0000 Subject: Include glib.h, so that the g_warning in e_gethostbyname_r will be treated 2001-04-23 Jon Trowbridge * 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 --- e-util/ChangeLog | 6 ++++++ e-util/e-host-utils.c | 1 + 2 files changed, 7 insertions(+) (limited to 'e-util') 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 + + * 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 * 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 +#include #include "e-msgport.h" #include "e-host-utils.h" #include -- cgit v1.2.3