diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/gen-tunables.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen-tunables.awk b/scripts/gen-tunables.awk index b10b00ebd6..93e5aff0ef 100644 --- a/scripts/gen-tunables.awk +++ b/scripts/gen-tunables.awk @@ -134,6 +134,7 @@ END { print "# error \"Do not include this file directly.\"" print "# error \"Include tunables.h instead.\"" print "#endif" + print "#include <dl-procinfo.h>\n" # Now, the enum names print "\ntypedef enum" |