summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-11-27 05:03:15 +0100
committerGravatar Nikias Bassen2020-11-27 05:05:18 +0100
commitc56e112ee48909b4bad90fcbb95352c5914bd30f (patch)
tree93b2256a2a896db4e2f4efc8e7e776fb8bcbbef5 /configure.ac
parent73cb5c182e36e7aafcff8a8932b21c6ab5cae5a6 (diff)
downloadlibusbmuxd-c56e112ee48909b4bad90fcbb95352c5914bd30f.tar.gz
libusbmuxd-c56e112ee48909b4bad90fcbb95352c5914bd30f.tar.bz2
socket: Fix build on Windows
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])