Forgot a header in render.c

This commit is contained in:
Alexander Sieg 2020-04-12 15:36:28 +02:00
parent 6d17515646
commit d3c4810885

View file

@ -5,7 +5,12 @@
#include <sys/ioctl.h>
#include <sys/time.h>
#include <sys/timerfd.h>
#if __linux__
#include <sys/prctl.h>
#elif __FreeBSD__
#include <sys/types.h>
#include <unistd.h>
#endif
#include <wayland-cursor.h>
#include <xdg-shell.h>