gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: configure: Fixed 'ge


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: configure: Fixed 'getsockname' detection with special compiler flags
Date: Thu, 30 May 2019 22:35:55 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 2a59d367 configure: Fixed 'getsockname' detection with special 
compiler flags
2a59d367 is described below

commit 2a59d367d6ff2be09d5cc952f3ece82517062702
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Thu May 30 23:35:13 2019 +0300

    configure: Fixed 'getsockname' detection with special compiler flags
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 42a1f361..203b9d30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -805,6 +805,9 @@ AC_CHECK_DECLS([getsockname],
 #ifdef HAVE_SYS_SOCKET_H
 #include <sys/socket.h>
 #endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 #ifdef HAVE_WINSOCK2_H
 #include <winsock2.h>
 #endif

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]