From c56e112ee48909b4bad90fcbb95352c5914bd30f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 27 Nov 2020 05:03:15 +0100 Subject: socket: Fix build on Windows --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6247389..39ecbed 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ AC_TYPE_UINT32_T AC_TYPE_UINT8_T # Checks for library functions. -AC_CHECK_FUNCS([strcasecmp strdup strerror stpncpy sleep malloc realloc]) +AC_CHECK_FUNCS([strcasecmp strdup strerror stpncpy sleep malloc realloc getifaddrs]) # Check for operating system AC_MSG_CHECKING([for platform-specific build settings]) -- cgit v1.1-32-gdbae