Skip to content

Commit

Permalink
fix(evdev): add missing include for strerror (lvgl#6047)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 15, 2024
1 parent b9c41e2 commit 4f68cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/evdev/lv_evdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4f68cd6

Please sign in to comment.