mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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@herrb.eu>
(cherry picked from commit ae07e47559)
This commit is contained in:
committed by
Alan Coopersmith
parent
a8bb924af1
commit
21b86da596
@@ -25,6 +25,7 @@
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <dev/wscons/wsconsio.h>
|
||||
#include <dev/wscons/wsksymdef.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user