$OpenBSD: patch-src_missing_hh,v 1.2 2021/07/12 17:34:57 jasper Exp $

https://gitlab.gnome.org/GNOME/vte/-/commit/674f864269d0842376752487f29bfdddc8c7ec9f

Index: src/missing.hh
--- src/missing.hh.orig
+++ src/missing.hh
@@ -21,10 +21,13 @@
 
 #include <csignal>
 #include <fcntl.h>
+
+#ifdef __linux__
 #include <sys/syscall.h>
 
 #if defined(__mips__) || defined(__mips64__)
 #include <asm/sgidefs.h>
+#endif
 #endif
 
 /* NSIG isn't in POSIX, so if it doesn't exist use this here. See bug #759196 */
