summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-07-08 19:47:34 +0400
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commite986c2b5b6e8f966d4f277c0c3b0779cb7b92c71 (patch)
tree72d76ec39de115d7114481ab3f102dcd29d03f1a /meson.build
parentffc063a95ce23a25bab10a082eca1b327c01df5e (diff)
downloaddbus-e986c2b5b6e8f966d4f277c0c3b0779cb7b92c71.tar.gz
meson: add missing header checks
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 874be1d1..f9995ed4 100644
--- a/meson.build
+++ b/meson.build
@@ -572,6 +572,8 @@ check_headers = [
'dirent.h',
'errno.h',
'inttypes.h',
+ 'io.h',
+ 'locale.h',
'linux/close_range.h',
'locale.h',
'signal.h',