build: set HAVE_STDINT_H if stdint.h is available

Ref: #15907

Closes #16585
This commit is contained in:
Viktor Szakats 2025-03-06 04:58:58 +01:00
parent 8fbd372e0d
commit 1ecf2f1113
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 5 additions and 0 deletions

View file

@ -1676,6 +1676,7 @@ check_include_file("poll.h" HAVE_POLL_H)
check_include_file("pwd.h" HAVE_PWD_H)
check_include_file("stdatomic.h" HAVE_STDATOMIC_H)
check_include_file("stdbool.h" HAVE_STDBOOL_H)
check_include_file("stdint.h" HAVE_STDINT_H)
check_include_file("strings.h" HAVE_STRINGS_H)
check_include_file("stropts.h" HAVE_STROPTS_H)
check_include_file("termio.h" HAVE_TERMIO_H)