mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-22 23:37:43 +08:00
fix(evdev): add missing include for strerror (#6047)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <sys/param.h> /*To detect BSD*/
|
||||
#ifdef BSD
|
||||
#include <dev/evdev/input.h>
|
||||
|
||||
Reference in New Issue
Block a user