backend/libinput/tablet_tool.c: explicitly include libudev

This commit is contained in:
illiliti 2022-03-13 22:21:06 +03:00
parent c86ad7b19e
commit 81d935e035

View file

@ -3,6 +3,7 @@
#include <assert.h> #include <assert.h>
#include <libinput.h> #include <libinput.h>
#include <stdlib.h> #include <stdlib.h>
#include <libudev.h>
#include <wlr/interfaces/wlr_tablet_tool.h> #include <wlr/interfaces/wlr_tablet_tool.h>
#include <wlr/util/log.h> #include <wlr/util/log.h>
#include "backend/libinput.h" #include "backend/libinput.h"