repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 0e678f766f091824f99f049c96b2374595698b4d:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 0e678f766f091824f99f049c96b2374595698b4d
Author: Florian Weimer 
Date:   Thu Feb 2 09:56:42 2023 +0100

    configure.ng: Include  for memset in WORKING_GETADDRINFO probe

    Otherwise, the probe always fails with compilers which do not
    support implicit function declarations.

diff --git a/configure.ng b/configure.ng
index 28ababbf450234b33e409af5ed1dfebf75067274..
index ..b8bcd24d13bad32c47ecb97ce54450e4f49d1e83 100644
--- a/configure.ng
+++ b/configure.ng
@@ -101,6 +101,7 @@ AC_DEFUN([WORKING_GETADDRINFO],[
 #include 
 #include 
 #include 
+#include 
 int
 main(int argc, char **argv)
 {

-----END OF PAGE-----