X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/aaf31d46368bcf63f7ae4b0019ef09d098f98491..0287c2e441fbc748cb11f96a5afd6dbdf68b0818:/uip/mhlsbr.c diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index a44413cd..6bfbade7 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -16,6 +16,8 @@ #include #include #include +#include +#include /* * MAJOR BUG: @@ -1094,7 +1096,7 @@ mcomp_format (struct mcomp *c1, struct mcomp *c2) if ((c1->c_flags & FACEDFLT) && c2->c_face == NULL) { char *h, *o; if ((h = mp->m_host) == NULL) - h = LocalName (); + h = LocalName (0); if ((o = OfficialName (h))) h = o; c2->c_face = concat ("address ", h, " ", mp->m_mbox, @@ -1501,7 +1503,7 @@ face_format (struct mcomp *c1) if ((mp = getm (cp, NULL, 0, AD_NAME, NULL))) { char *h, *o; if ((h = mp->m_host) == NULL) - h = LocalName (); + h = LocalName (0); if ((o = OfficialName (h))) h = o; c1->c_face = concat ("address ", h, " ", mp->m_mbox, NULL);