diff options
Diffstat (limited to 'firmware/target/hosted/samsungypr/lcd-ypr.c')
-rw-r--r-- | firmware/target/hosted/samsungypr/lcd-ypr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/hosted/samsungypr/lcd-ypr.c b/firmware/target/hosted/samsungypr/lcd-ypr.c index 8d9bfefbec..b8db2eedd1 100644 --- a/firmware/target/hosted/samsungypr/lcd-ypr.c +++ b/firmware/target/hosted/samsungypr/lcd-ypr.c @@ -23,11 +23,11 @@ #include <stdlib.h> #include <unistd.h> #include <stdio.h> +#include <fcntl.h> #include <linux/fb.h> #include <sys/mman.h> #include <sys/ioctl.h> #include "config.h" -#include "file.h" #include "debug.h" #include "system.h" #include "screendump.h" @@ -117,4 +117,4 @@ void lcd_enable(bool enable) if (enable) send_event(LCD_EVENT_ACTIVATION, NULL); } -#endif
\ No newline at end of file +#endif |