mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
25 lines
774 B
Diff
25 lines
774 B
Diff
From 430359d58fc5caabc175539baf6eedc22b861f6c Mon Sep 17 00:00:00 2001
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
Date: Wed, 30 Jan 2019 14:18:00 -0700
|
|
Subject: [PATCH 1/3] crashpad: include limits
|
|
|
|
Fixes ARM FTBFS
|
|
---
|
|
.../crashpad/crashpad/snapshot/linux/cpu_context_linux.cc | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc b/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
|
|
index 8464a5a27b2d..c184eccf327b 100644
|
|
--- a/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
|
|
+++ b/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
|
|
@@ -16,6 +16,7 @@
|
|
|
|
#include <stddef.h>
|
|
#include <string.h>
|
|
+#include <limits>
|
|
|
|
#include <limits>
|
|
|
|
--
|
|
2.30.0
|
|
|