diff --git a/cf/make-proto.pl b/cf/make-proto.pl index 4af21916b..21f341c0f 100644 --- a/cf/make-proto.pl +++ b/cf/make-proto.pl @@ -4,8 +4,6 @@ use Getopt::Std; use File::Compare; -use JSON::PP - my $comment = 0; my $doxygen = 0; my $funcdoc = 0; @@ -67,6 +65,8 @@ if($opt_m) { } if($opt_x) { + require JSON::PP; + my $EXP; local $/; open(EXP, '<', $opt_x) || die "open ${opt_x}";