meson: add stdint.h to checked headers

Without this check we won't ever define HAVE_STDINT_H, which isn't used
in pulse directly, but is needed by e.g. the speex headers to work
correctly.
This commit is contained in:
Lucas Stach 2019-08-13 17:27:37 +02:00
parent 1911ef16e2
commit 25308fe88f

View File

@ -189,6 +189,7 @@ check_headers = [
'pwd.h',
'regex.h',
'sched.h',
'stdint.h',
'sys/capability.h',
'sys/dl.h',
'sys/eventfd.h',