aports/community/proot/gcc15.patch
Celeste fad73a5345 community/proot: improve & move from testing
- enable on loongarch64 and riscv64

 - fix build on gcc 15

 - build with verbose make
2026-01-19 07:15:41 +00:00

25 lines
686 B
Diff

Patch-Source: https://github.com/proot-me/proot/pull/394
Duplicate-Of: https://github.com/proot-me/proot/pull/383
--
From ce129db14022d7cde5e4a02507196db0b14c514c Mon Sep 17 00:00:00 2001
From: Disyer <daniel@tohka.us>
Date: Sat, 15 Mar 2025 23:36:31 +0200
Subject: [PATCH] tracee: Add missing import
---
src/tracee/tracee.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/tracee/tracee.c b/src/tracee/tracee.c
index 9b16f6aa..059224cb 100644
--- a/src/tracee/tracee.c
+++ b/src/tracee/tracee.c
@@ -35,6 +35,7 @@
#include "tracee/tracee.h"
#include "tracee/reg.h"
+#include "tracee/mem.h"
#include "path/binding.h"
#include "syscall/sysnum.h"
#include "tracee/event.h"