modesetting: fix warning about close being undefined.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
71b86ea8dd
commit
709dbc68cd
|
@ -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…
Reference in New Issue