mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
1911ef16e2
commit
25308fe88f
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ check_headers = [
|
|||
'pwd.h',
|
||||
'regex.h',
|
||||
'sched.h',
|
||||
'stdint.h',
|
||||
'sys/capability.h',
|
||||
'sys/dl.h',
|
||||
'sys/eventfd.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue