]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: check for sys/pidfd.h
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 15 Aug 2022 18:07:27 +0000 (20:07 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 15 Aug 2022 18:08:48 +0000 (20:08 +0200)
84732a8849a introduced this check for autotools.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
meson.build

index 80778c4ca8b6f390f50a7b27a4953afb89954fa3..57bf8961e3451893de3abb5fbb8b55efe9d876bf 100644 (file)
@@ -184,6 +184,7 @@ headers = '''
         sys/mkdev.h
         sys/mount.h
         sys/param.h
+        sys/pidfd.h
         sys/prctl.h
         sys/resource.h
        sys/sendfile.h