From 3eb03534e687d06753a41842860d1742ac2296a3 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Tue, 24 Jun 2025 21:04:02 +0200 Subject: [PATCH] daemon: Fix build with gcc-14. * nix/libutil/seccomp.hh: Include cstdint. Change-Id: I454c7abd56abbe4cf03a5bc8ebc402678e07a0f0 --- nix/libutil/seccomp.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/libutil/seccomp.hh b/nix/libutil/seccomp.hh index 634dfad5f8..583500b094 100644 --- a/nix/libutil/seccomp.hh +++ b/nix/libutil/seccomp.hh @@ -1,6 +1,7 @@ #pragma once #include "util.hh" +#include #include /* For AUDIT_ARCH_* */ #include #include