commit | 391e42060098a743a87380ed02bf4c8126742b04 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Apr 19 18:51:14 2017 -0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Mon Apr 24 13:43:30 2017 -0300 |
tree | eaf7f2d5b7cc0fbf12d3ac00543597bcafed30be | |
parent | 56e2e05644a9494e8ba3165182dcdf43d40cc6a2 [diff] |
perf tools: Include sys/param.h where needed As it is going away from util.h, where it is not needed. This is mostly for things like MAXPATHLEN, MAX() and MIN(), these later two probably should go away in favor of its kernel sources replacements. Link: http://lkml.kernel.org/n/tip-z1666f3fl3fqobxvjr5o2r39@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>