Buildfixes

This commit is contained in:
twinaphex 2017-11-13 11:04:09 +01:00
parent fcae5deb2d
commit 97095404bd
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/poll.h>
#include <libdrm/drm.h>

View File

@ -17,6 +17,8 @@
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <fcntl.h>
/* Includes and defines for framebuffer size retrieval */
#include <linux/fb.h>