mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 13:28:08 +02:00
modesetting: fix warning about close being undefined.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
71b86ea8dd
commit
709dbc68cd
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include <errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#include "xf86str.h"
|
||||
#include "X11/Xatom.h"
|
||||
#include "micmap.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue