X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.c;h=f6efc621b2f96f6382a9d5d6afab23dea8c22f3c;hb=c8102caaf1221828c06752f9ac69271fb999c145;hp=5151f5ad48901f8fc272da5bf3af3233571ca0f4;hpb=d04295aaf918032c1c2fafc94ddf637cf23341e9;p=apps%2Fmadmutt.git diff --git a/init.c b/init.c index 5151f5a..f6efc62 100644 --- a/init.c +++ b/init.c @@ -24,6 +24,8 @@ #include #include +#include + #include #include "mutt.h" @@ -2642,7 +2644,7 @@ void mutt_init (int skip_sys_rc, LIST * commands) else Hostname = m_strdup(utsname.nodename); - if (!p && getdnsdomainname (buffer, sizeof(buffer)) == -1) + if (!p && getdnsdomainname(buffer, sizeof(buffer)) == -1) Fqdn = m_strdup("@"); else if (*buffer != '@') {