mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
daemon: Fix build with gcc-14.
* nix/libutil/seccomp.hh: Include cstdint. Change-Id: I454c7abd56abbe4cf03a5bc8ebc402678e07a0f0
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "util.hh"
|
||||
#include <cstdint>
|
||||
#include <linux/audit.h> /* For AUDIT_ARCH_* */
|
||||
#include <linux/seccomp.h>
|
||||
#include <linux/filter.h>
|
||||
|
||||
Reference in New Issue
Block a user