mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
daemon: Fix build with gcc-14.
* nix/libutil/seccomp.hh: Include cstdint. Change-Id: I454c7abd56abbe4cf03a5bc8ebc402678e07a0f0
This commit is contained in:
parent
b2e473f934
commit
3eb03534e6
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue