1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 11:12:21 +00:00

Include mouse-events.h in llua.cc

Signed-off-by: Tin <tin.svagelj@live.com>
This commit is contained in:
Tin 2023-11-05 20:00:41 +01:00 committed by Brenden Matthews
parent de374f3045
commit 7afeaee755
No known key found for this signature in database
GPG Key ID: 137B7AC2BDFD8DF0

View File

@ -33,6 +33,10 @@
#ifdef BUILD_GUI
#include "gui.h"
#ifdef BUILD_MOUSE_EVENTS
#include "mouse-events.h"
#endif /* BUILD_MOUSE_EVENTS */
#endif /* BUILD_GUI */
extern "C" {