From fd1e2c80196e1d0901e317a1770f5df64023b8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 19 Jan 2022 00:00:00 +0400 Subject: [PATCH] meson: check for win32 afunix.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 299f832f8..cdd72053b 100644 --- a/meson.build +++ b/meson.build @@ -277,6 +277,7 @@ add_project_arguments(glib_debug_cflags, language: 'c') headers = [ 'alloca.h', + 'afunix.h', 'crt_externs.h', 'dirent.h', # MSC does not come with this by default 'float.h',