diff options
Diffstat (limited to 'scripts/headers_check.pl')
| -rwxr-xr-x | scripts/headers_check.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/headers_check.pl b/scripts/headers_check.pl index 8b2da054cdc3..3091e4ee6ee1 100755 --- a/scripts/headers_check.pl +++ b/scripts/headers_check.pl | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/usr/bin/perl -w | 1 | #!/usr/bin/env perl |
| 2 | # | 2 | # |
| 3 | # headers_check.pl execute a number of trivial consistency checks | 3 | # headers_check.pl execute a number of trivial consistency checks |
| 4 | # | 4 | # |
| @@ -18,6 +18,7 @@ | |||
| 18 | # | 18 | # |
| 19 | # 3) Check for leaked CONFIG_ symbols | 19 | # 3) Check for leaked CONFIG_ symbols |
| 20 | 20 | ||
| 21 | use warnings; | ||
| 21 | use strict; | 22 | use strict; |
| 22 | use File::Basename; | 23 | use File::Basename; |
| 23 | 24 | ||
