mirror of
https://github.com/pulseaudio/pulseaudio.git
synced 2024-11-23 09:53:32 +08: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
@ -189,6 +189,7 @@ check_headers = [
|
||||
'pwd.h',
|
||||
'regex.h',
|
||||
'sched.h',
|
||||
'stdint.h',
|
||||
'sys/capability.h',
|
||||
'sys/dl.h',
|
||||
'sys/eventfd.h',
|
||||
|
Loading…
Reference in New Issue
Block a user