fix bug 4267:Missing includes for Sys::Syslog in /opt/xcat/lib/perl/xCAT_plugin/petitboot.pm

This commit is contained in:
zhaoertao 2014-09-03 02:04:27 -07:00
parent d8faafb4b4
commit ae5320d82b

View File

@ -4,6 +4,7 @@ package xCAT_plugin::petitboot;
use File::Path;
use Getopt::Long;
use xCAT::Table;
use Sys::Syslog;
my $globaltftpdir = xCAT::TableUtils->getTftpDir();