mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-16 05:11:59 +01:00
11 lines
338 B
Diff
11 lines
338 B
Diff
--- ./coregrind/vg_preloaded.c.orig
|
|
+++ ./coregrind/vg_preloaded.c
|
|
@@ -42,6 +42,7 @@
|
|
originates from Valgrind.
|
|
------------------------------------------------------------------ */
|
|
|
|
+#include <features.h>
|
|
#include "pub_core_basics.h"
|
|
#include "pub_core_clreq.h"
|
|
#include "pub_core_debuginfo.h" // Needed for pub_core_redir.h
|