fix(libinput): private headers (#6869)

Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>
This commit is contained in:
Liam
2024-09-22 00:41:16 -04:00
committed by Gabor Kiss-Vamosi
parent 1ff2ea3e4a
commit 0ad8217b8d
2 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ extern "C" {
#if LV_USE_LIBINPUT
#if LV_LIBINPUT_XKB
#include "lv_xkb_private.h"
#endif
/*********************
* DEFINES
*********************/

View File

@@ -18,6 +18,7 @@ extern "C" {
#if defined(LV_LIBINPUT_XKB) && LV_LIBINPUT_XKB
#include "../../misc/lv_types.h"
#include <stdbool.h>
#include <xkbcommon/xkbcommon.h>