summarylogtreecommitdiffstats
path: root/0006-Add-missing-headers.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-22 00:10:47 -0300
committerGonzalo Exequiel Pedone2024-03-22 00:10:47 -0300
commit8ad082a8d7f98ac1097913b260ddb94344e15094 (patch)
tree1c9397b97aab56fb7bc3f04e599aee5b115c3913 /0006-Add-missing-headers.patch
parent0eed3471ab655c234e7ba9cd66e6ac2744b374e1 (diff)
downloadaur-8ad082a8d7f98ac1097913b260ddb94344e15094.tar.gz
Package updated.
Diffstat (limited to '0006-Add-missing-headers.patch')
-rw-r--r--0006-Add-missing-headers.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/0006-Add-missing-headers.patch b/0006-Add-missing-headers.patch
new file mode 100644
index 000000000000..5e6322c91a1c
--- /dev/null
+++ b/0006-Add-missing-headers.patch
@@ -0,0 +1,20 @@
+--- a/opal/util/basename.c
++++ b/opal/util/basename.c
+@@ -30,6 +30,7 @@
+
+ #include "opal/util/basename.h"
+ #include "opal/util/os_path.h"
++#include "opal/util/string_copy.h"
+
+ /**
+ * Return a pointer into the original string where the last PATH delimiter
+--- a/opal/util/opal_pty.c
++++ b/opal/util/opal_pty.c
+@@ -95,6 +95,7 @@
+ #endif
+
+ #include "opal/util/opal_pty.h"
++#include "opal/util/string_copy.h"
+
+ /* The only public interface is openpty - all others are to support
+ openpty() */