mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-11 19:02:42 +01:00
25 lines
686 B
Diff
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"
|