mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-02 17:48:02 +02:00
Add <sys/select.h> to xcb_in.c to fix bug #6122.
This commit is contained in:
parent
05a66af895
commit
8953a14f2b
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/select.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "xcb.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue