diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-09-12 21:44:31 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-09-12 21:44:31 +0000 |
commit | c03c7a1f242f2d79103173b8fdef735e85e60564 (patch) | |
tree | c862d62291410725e2bdeafa015db3c15ac9314c /xserver | |
parent | 508c9c2cf3a1d61f25a0b48b20868916feec918b (diff) |
Fix build after headers cleanup.
include wscons headers after sys/ioct.h and sys/select.h
with deraadt@ and kettenis@
Diffstat (limited to 'xserver')
-rw-r--r-- | xserver/config/wscons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/config/wscons.c b/xserver/config/wscons.c index 6a105f604..1836ebce6 100644 --- a/xserver/config/wscons.c +++ b/xserver/config/wscons.c @@ -25,10 +25,10 @@ #include <dix-config.h> #endif +#include <sys/ioctl.h> +#include <sys/select.h> #include <dev/wscons/wsconsio.h> #include <dev/wscons/wsksymdef.h> - -#include <sys/ioctl.h> #include <errno.h> #include <string.h> #include <unistd.h> |