~ruther/guix-local

ref: be4be235d22167fca8bb563b6bc92f1e4aa31e19 guix-local/gnu/packages/patches/proot-add-missing-include.patch -rw-r--r-- 376 bytes
be4be235 — Sharlatan Hellseher gnu: imgp: Update to 2.9-0.00b2b52. 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Add missing include to avoid implicit function declaration, prohibited with
GCC 14.

diff --git a/src/tracee/tracee.c b/src/tracee/tracee.c
index 9b16f6aa..39308c32 100644
--- a/src/tracee/tracee.c
+++ b/src/tracee/tracee.c
@@ -44,6 +44,7 @@
 #include "cli/note.h"
 
 #include "compat.h"
+#include "mem.h"
 
 #ifndef __W_STOPCODE
 #define __W_STOPCODE(sig)	((sig) <<8 | 0x7f)