From e986c2b5b6e8f966d4f277c0c3b0779cb7b92c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 8 Jul 2022 19:47:34 +0400 Subject: meson: add missing header checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') 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', -- cgit v1.2.1