mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 10:05:22 +00:00
Include mouse-events.h in llua.cc
Signed-off-by: Tin <tin.svagelj@live.com>
This commit is contained in:
parent
de374f3045
commit
7afeaee755
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user