reimplement getdnsdomainname
[apps/madmutt.git] / init.c
diff --git a/init.c b/init.c
index 5151f5a..f6efc62 100644 (file)
--- a/init.c
+++ b/init.c
@@ -24,6 +24,8 @@
 #include <lib-lib/debug.h>
 #include <lib-lib/rx.h>
 
+#include <lib-sys/unix.h>
+
 #include <lib-ui/curses.h>
 
 #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 != '@') {