add missing gettext and Menu module

This commit is contained in:
chrox
2013-10-23 22:51:07 +08:00
parent 4cfdce6105
commit f49f64bc15
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ local Screen = require("ui/screen")
local Math = require("optmath")
local Dbg = require("dbg")
local DEBUG = require("dbg")
local _ = require("gettext")
-- constants from <linux/input.h>
local EV_SYN = 0