aboutsummaryrefslogtreecommitdiffstats
path: root/community/apitrace/0001-libbacktrace-include-config.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/apitrace/0001-libbacktrace-include-config.h.patch')
-rw-r--r--community/apitrace/0001-libbacktrace-include-config.h.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/apitrace/0001-libbacktrace-include-config.h.patch b/community/apitrace/0001-libbacktrace-include-config.h.patch
deleted file mode 100644
index c12ed6fee5b..00000000000
--- a/community/apitrace/0001-libbacktrace-include-config.h.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From f7c8e7641c584cc172eeacab4fae6b7dbe9fb376 Mon Sep 17 00:00:00 2001
-From: Luca Weiss <luca@z3ntu.xyz>
-Date: Wed, 21 Apr 2021 21:27:47 +0200
-Subject: [PATCH] libbacktrace: include config.h
-
-We need config.h for the HAVE_STDINT_H define.
----
- thirdparty/libbacktrace/backtrace.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/thirdparty/libbacktrace/backtrace.h b/thirdparty/libbacktrace/backtrace.h
-index 2814763f..d2943e1a 100644
---- a/thirdparty/libbacktrace/backtrace.h
-+++ b/thirdparty/libbacktrace/backtrace.h
-@@ -33,6 +33,8 @@ POSSIBILITY OF SUCH DAMAGE. */
- #ifndef BACKTRACE_H
- #define BACKTRACE_H
-
-+#include <config.h>
-+
- #include <stddef.h>
- #include <stdio.h>
-
---
-2.31.1
-