mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-02 14:32:14 +01:00
16 lines
382 B
Diff
16 lines
382 B
Diff
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+)
|