aboutsummaryrefslogtreecommitdiff
path: root/fbset.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbset.c')
-rw-r--r--fbset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fbset.c b/fbset.c
index 845be8442..637896bed 100644
--- a/fbset.c
+++ b/fbset.c
@@ -31,6 +31,7 @@
31#include <fcntl.h> 31#include <fcntl.h>
32#include <errno.h> 32#include <errno.h>
33#include <ctype.h> 33#include <ctype.h>
34#include <string.h>
34#include <sys/ioctl.h> 35#include <sys/ioctl.h>
35 36
36#define DEFAULTFBDEV "/dev/fb0" 37#define DEFAULTFBDEV "/dev/fb0"