summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wsfb_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wsfb_driver.c b/src/wsfb_driver.c
index 1eae91f..8cd10a1 100644
--- a/src/wsfb_driver.c
+++ b/src/wsfb_driver.c
@@ -41,6 +41,8 @@
#include <errno.h>
#include <fcntl.h>
+#include <unistd.h>
+#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/time.h>