Fix missing import from commit 7842f92f08
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
66b93ffded
commit
6a4df17e70
|
@ -17,6 +17,7 @@ local beautiful = require("beautiful")
|
|||
local drawable = require("wibox.drawable")
|
||||
local imagebox = require("wibox.widget.imagebox")
|
||||
local textbox = require("wibox.widget.textbox")
|
||||
local base = require("wibox.widget.base")
|
||||
local capi = {
|
||||
client = client
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue