]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
meson: add missing header checks
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 8 Jul 2022 15:47:34 +0000 (19:47 +0400)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
meson.build

index 874be1d1ca318a8fa4c0793aeadde5eecda3f28a..f9995ed48158e869af6be19227fcded9dfcba02c 100644 (file)
@@ -572,6 +572,8 @@ check_headers = [
     'dirent.h',
     'errno.h',
     'inttypes.h',
+    'io.h',
+    'locale.h',
     'linux/close_range.h',
     'locale.h',
     'signal.h',