Check for header <stdint.h>

This commit is contained in:
Alex Kotov 2021-12-17 23:22:05 +05:00
parent 745c403fa2
commit 25bd21be67
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@ AC_PROG_CC_C99
AC_PROG_RANLIB
AC_C_INLINE
AC_CHECK_HEADER_STDBOOL
AC_CHECK_HEADERS([stdarg.h stddef.h])
AC_CHECK_HEADERS([stdarg.h stddef.h stdint.h])
AC_OUTPUT