diff --git a/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm b/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm
index 9aa888711c1caf54fcb14f0cdc9130a6bea4a64e..2ea82e6834f00d7cfda3c074f9f8f15e04367b11 100755
--- a/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm
+++ b/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm
@@ -10,6 +10,7 @@ package WardenClientCommon;
 
 use strict;
 use Carp;
+use Sys::Syslog;
 
 use Net::SSLeay qw(post_https make_headers make_form
                   load_error_strings
diff --git a/src/warden-client/lib/WardenClientCommon.pm b/src/warden-client/lib/WardenClientCommon.pm
index db5cd580d20ec84362f80c28e8d5219e26f90993..2f4f64c72b13e639515dc485fc3c674c44ec2328 100755
--- a/src/warden-client/lib/WardenClientCommon.pm
+++ b/src/warden-client/lib/WardenClientCommon.pm
@@ -13,6 +13,7 @@ use Carp;
 use SOAP::Lite;
 use IO::Socket::SSL qw(debug1);
 use SOAP::Transport::HTTP;
+use Sys::Syslog;
 
 our $VERSION = "2.2";