File 0004-Fix-sandbox-to-build-with-glibc-2.43.patch of Package firefox-gamma
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org> Date: Fri, 13 Feb 2026 04:33:11 +0100 Subject: [PATCH] Fix sandbox to build with glibc 2.43 --- .../chromium/sandbox/linux/system_headers/linux_seccomp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h b/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h index 8690a96eb01b..069ee5616709 100644 --- a/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h +++ b/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h @@ -5,6 +5,7 @@ #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_ #define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_ +#include <signal.h> #include <stdint.h> #include <sys/ioctl.h>