summarylogtreecommitdiffstats
path: root/fix-missing-include.patch
diff options
context:
space:
mode:
authorCarl Smedstad2024-02-20 19:31:03 +0100
committerCarl Smedstad2024-02-22 16:06:20 +0100
commit4b68f47338d4b20111e3ffa1291433120bb899f0 (patch)
tree1810ac4dc9b034a693ec46020609f486694ae8d6 /fix-missing-include.patch
parent85ac0b3909895be521e8288b5d9d1583d06eafb9 (diff)
downloadaur-4b68f47338d4b20111e3ffa1291433120bb899f0.tar.gz
upgpkg: 2024.02.19.00-1
Diffstat (limited to 'fix-missing-include.patch')
-rw-r--r--fix-missing-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix-missing-include.patch b/fix-missing-include.patch
new file mode 100644
index 000000000000..b7d004d105aa
--- /dev/null
+++ b/fix-missing-include.patch
@@ -0,0 +1,12 @@
+diff --git a/folly/experimental/symbolizer/Elf.cpp b/folly/experimental/symbolizer/Elf.cpp
+index 6a7f74fa4..33b44b4dd 100644
+--- a/folly/experimental/symbolizer/Elf.cpp
++++ b/folly/experimental/symbolizer/Elf.cpp
+@@ -21,6 +21,7 @@
+ #include <sys/types.h>
+ #include <cstring>
+ #include <string>
++#include <unistd.h>
+
+ #include <glog/logging.h>
+