xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Feb 17 23:50:44 UTC 2024


 config/wscons.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ae07e4755991e01e8d6f8face54dfa5febc0b4b7
Author: Matthieu Herrb <matthieu at herrb.eu>
Date:   Sat Feb 17 16:13:24 2024 +0100

    Fix build on OpenBSD.
    
    <dev/wscons/wsconsio.h> needs <sys/time.h> on OpenBSD.
    This doesn't cause issues on NetBSD
    
    Signed-off-by: Matthieu Herrb <matthieu at herrb.eu>

diff --git a/config/wscons.c b/config/wscons.c
index e9368be6a..b90e86819 100644
--- a/config/wscons.c
+++ b/config/wscons.c
@@ -25,6 +25,7 @@
 #include <dix-config.h>
 #endif
 
+#include <sys/time.h>
 #include <dev/wscons/wsconsio.h>
 #include <dev/wscons/wsksymdef.h>
 


More information about the xorg-commit mailing list