diff options
Diffstat (limited to 'repo/vte3/syscall.patch')
-rw-r--r-- | repo/vte3/syscall.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/repo/vte3/syscall.patch b/repo/vte3/syscall.patch new file mode 100644 index 0000000..2564b80 --- /dev/null +++ b/repo/vte3/syscall.patch @@ -0,0 +1,15 @@ +upstream report: +https://gitlab.gnome.org/GNOME/vte/-/issues/342 + +diff --git a/src/missing.hh b/src/missing.hh +index d5d0484..5738813 100644 +--- a/src/missing.hh ++++ b/src/missing.hh +@@ -35,6 +35,7 @@ char* strchrnul(char const* s, + #endif + + #ifdef __linux__ ++#include <sys/syscall.h> + + /* BEGIN + * The following is copied from systemd/src/basic/missing_syscall_def.h (LGPL2.1+) |