From 3eb03534e687d06753a41842860d1742ac2296a3 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Tue, 24 Jun 2025 21:04:02 +0200 Subject: 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(+) (limited to 'nix') diff --git a/nix/libutil/seccomp.hh b/nix/libutil/seccomp.hh index 634dfad5f8e..583500b094c 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 -- cgit v1.2.3