summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2003-12-23 02:36:38 +0000
committerivan <ivan>2003-12-23 02:36:38 +0000
commit31d6d0e8d0d624cd051440acf322cd8893c1026e (patch)
tree635da64a3a327e96e7faf16af044ff5b4dea65d7 /htetc
parentd20581bcbf2809d5c2969d773b16a0c8714a6dec (diff)
add svc_external
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa1
-rw-r--r--htetc/handler.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 2e31be394..f550560ee 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -56,6 +56,7 @@ use FS::svc_www;
use FS::router;
use FS::addr_block;
use FS::svc_broadband;
+use FS::svc_external;
use FS::type_pkgs;
use FS::part_export;
use FS::part_export_option;
diff --git a/htetc/handler.pl b/htetc/handler.pl
index ba73bcfaf..c5f685f85 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -114,6 +114,7 @@ sub handler
use FS::router;
use FS::addr_block;
use FS::svc_broadband;
+ use FS::svc_external;
use FS::type_pkgs;
use FS::part_export;
use FS::part_export_option;