Skip to content

Commit 12c80c0

Browse files
committed
Fix: Fixed build on systems with no getaddrinfo()
1 parent 5736581 commit 12c80c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/admin.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,6 +1817,9 @@ static void command_version (client_t *client, source_t *source, adm
18171817
#ifdef HAVE_GETHOSTNAME
18181818
"gethostname",
18191819
#endif
1820+
#ifdef HAVE_GETADDRINFO
1821+
"getaddrinfo",
1822+
#endif
18201823
#ifdef WIN32
18211824
"win32",
18221825
#endif

src/common

Submodule common updated 1 file

0 commit comments

Comments
 (0)