mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-17 14:00:21 +00:00
Add missing header
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int blank_fb(char *path, bool clear) {
|
||||
int fd = open(path, O_RDWR);
|
||||
|
||||
Reference in New Issue
Block a user