Skip to content
Snippets Groups Projects
Commit 35a2d4bd authored by Jan Chren's avatar Jan Chren
Browse files

Add missing include for ioctl() on linux

parent 2d8e0d0a
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
#include <fcntl.h>
#include <linux/fb.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
#endif
#include "util.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment