From 433e4b77bac97b7d23678065a980fe9b3b458b41 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 24 Sep 2021 15:52:07 +0200 Subject: [PATCH] meson: fix typo Addresses: https://github.com/karelzak/util-linux/issues/1442 Signed-off-by: Karel Zak --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9325066f4..03e70eab7 100644 --- a/meson.build +++ b/meson.build @@ -1897,7 +1897,7 @@ endif opt = not get_option('build-raw').disabled() if opt - cc.has_header('xlinux/raw.h', required: opt) + cc.has_header('linux/raw.h', required: opt) endif exe = executable( 'raw',