From 15a6940a9d22384d2d0be1daa028986121e6a756 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Thu, 11 Feb 2010 12:00:16 +0100 Subject: [PATCH] cleanup: fix missing require in e2option Signed-off-by: Gordon Hecker --- generic/e2option.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generic/e2option.lua b/generic/e2option.lua index 36e4e96..5c836cb 100644 --- a/generic/e2option.lua +++ b/generic/e2option.lua @@ -26,6 +26,9 @@ ]] module("e2option", package.seeall) +require("e2lib") +require("e2util") +require("collection") -- Parsing of command-line options -- 2.39.5