express: Fix autofoo building

Check for sys/mmap.h header file in configure.ac
This commit is contained in:
Christopher Michael 2021-02-01 09:37:21 -05:00
parent b804f0680f
commit eb936584e7
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ LIBEXPRESS_LIBS="${LIBEXPRESS_LIBS} ${requirements_libexpress_libs}"
AC_HEADER_TIME
AC_CHECK_HEADERS([sys/socket.h netinet/in.h arpa/inet.h])
AC_CHECK_HEADERS([sys/socket.h netinet/in.h arpa/inet.h sys/mman.h])
### Checks for types