mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
make ffi/util module local
This commit is contained in:
@@ -6,6 +6,7 @@ local Screen = require("ui/screen")
|
||||
local Math = require("optmath")
|
||||
local DEBUG = require("dbg")
|
||||
local _ = require("gettext")
|
||||
local util = require("ffi/util")
|
||||
|
||||
-- constants from <linux/input.h>
|
||||
local EV_SYN = 0
|
||||
|
||||
Reference in New Issue
Block a user