diff options
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index e8cd3333b..cbe2dd35d 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -179,6 +179,8 @@ sub handler use FS::inventory_class; use FS::inventory_item; use FS::pkg_class; + use FS::access_user; + use FS::access_group; if ( %%%RT_ENABLED%%% ) { eval ' |