Check for <stddef.h>

This commit is contained in:
Alex Kotov 2020-12-13 14:25:45 +05:00
parent f8ec4af541
commit ac95ab012c
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ AC_TYPE_SIZE_T
AC_FUNC_MMAP
AC_CHECK_HEADERS([stddef.h])
AC_CHECK_FUNCS([ftruncate])
AC_CHECK_FUNCS([munmap])