Buildfixes
This commit is contained in:
parent
fcae5deb2d
commit
97095404bd
|
@ -28,6 +28,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <fcntl.h>
|
||||||
#include <sys/poll.h>
|
#include <sys/poll.h>
|
||||||
|
|
||||||
#include <libdrm/drm.h>
|
#include <libdrm/drm.h>
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
||||||
/* Includes and defines for framebuffer size retrieval */
|
/* Includes and defines for framebuffer size retrieval */
|
||||||
#include <linux/fb.h>
|
#include <linux/fb.h>
|
||||||
|
|
Loading…
Reference in New Issue