diff options
author | Russ Allbery <rra@stanford.edu> | 2010-08-18 23:28:29 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-08-25 12:41:46 -0700 |
commit | 32dc393016f0b6241dbf8d405638e18a33bb9b62 (patch) | |
tree | 830bd5bd711fdc49dac50f1d00e17097d9a00793 | |
parent | 107448a9c7eb1e1fbe93e58221f67ae047baed56 (diff) |
wallet-unknown-hosts now uses Wallet::Server
-rwxr-xr-x | contrib/wallet-unknown-hosts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/wallet-unknown-hosts b/contrib/wallet-unknown-hosts index 5655aed..fec0956 100755 --- a/contrib/wallet-unknown-hosts +++ b/contrib/wallet-unknown-hosts @@ -69,6 +69,7 @@ use strict; use DB_File (); use Wallet::Report (); +use Wallet::Server (); ############################################################################## # Utility functions |