aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-08-13 17:27:37 +0200
committerLucas Stach <l.stach@pengutronix.de>2019-08-14 10:16:34 +0200
commit25308fe88f83bed2f4554bdaf6cefa8e18100c3f (patch)
treecb8948a46e64c1b2d9aed5f7b91935a8ec3f6447
parent1911ef16e2f40419bd3525964bd3cb2434060f54 (diff)
downloadpulseaudio-25308fe88f83bed2f4554bdaf6cefa8e18100c3f.tar.gz
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.
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c51ec24e..7906b1dd 100644
--- a/meson.build
+++ b/meson.build
@@ -189,6 +189,7 @@ check_headers = [
'pwd.h',
'regex.h',
'sched.h',
+ 'stdint.h',
'sys/capability.h',
'sys/dl.h',
'sys/eventfd.h',