summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/samsungypr/lcd-ypr.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/samsungypr/lcd-ypr.c')
-rw-r--r--firmware/target/hosted/samsungypr/lcd-ypr.c4
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 @@
23#include <stdlib.h> 23#include <stdlib.h>
24#include <unistd.h> 24#include <unistd.h>
25#include <stdio.h> 25#include <stdio.h>
26#include <fcntl.h>
26#include <linux/fb.h> 27#include <linux/fb.h>
27#include <sys/mman.h> 28#include <sys/mman.h>
28#include <sys/ioctl.h> 29#include <sys/ioctl.h>
29#include "config.h" 30#include "config.h"
30#include "file.h"
31#include "debug.h" 31#include "debug.h"
32#include "system.h" 32#include "system.h"
33#include "screendump.h" 33#include "screendump.h"
@@ -117,4 +117,4 @@ void lcd_enable(bool enable)
117 if (enable) 117 if (enable)
118 send_event(LCD_EVENT_ACTIVATION, NULL); 118 send_event(LCD_EVENT_ACTIVATION, NULL);
119} 119}
120#endif \ No newline at end of file 120#endif