meson: add stdint.h to checked headers
authorLucas Stach <l.stach@pengutronix.de>
Tue, 13 Aug 2019 15:27:37 +0000 (17:27 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Wed, 14 Aug 2019 08:16:34 +0000 (10:16 +0200)
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.

meson.build

index c51ec24..7906b1d 100644 (file)
@@ -189,6 +189,7 @@ check_headers = [
   'pwd.h',
   'regex.h',
   'sched.h',
+  'stdint.h',
   'sys/capability.h',
   'sys/dl.h',
   'sys/eventfd.h',