diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index 004b4b2a4a7..eb3c882c75a 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -5,7 +5,7 @@ use warnings; use Cwd qw(abs_path getcwd); use File::Find; -use File::Spec qw(devnull); +use File::Spec; use File::Temp; use IO::Handle; use Getopt::Long;