diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-01-21 00:43:29 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-01-21 00:43:29 +0100 |
commit | db2b52f75250c88ee3c6ba3d91bef38f3f1a1e8c (patch) | |
tree | 22ab374206184fa6c0c6096c7a835e774023ef5c /tools/power | |
parent | f11aef69b235bc30c323776d75ac23b43aac45bb (diff) | |
parent | 38cb76a307821f76c7f9dff7449f73aeb014d5cc (diff) | |
download | linux-db2b52f75250c88ee3c6ba3d91bef38f3f1a1e8c.tar.bz2 |
Merge branch 'pm-tools'
* pm-tools:
cpupower: Fix build error in cpufreq-info
Diffstat (limited to 'tools/power')
-rw-r--r-- | tools/power/cpupower/utils/cpufreq-info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/power/cpupower/utils/cpufreq-info.c b/tools/power/cpupower/utils/cpufreq-info.c index 8f3f5bb9c74e..590d12a25f6e 100644 --- a/tools/power/cpupower/utils/cpufreq-info.c +++ b/tools/power/cpupower/utils/cpufreq-info.c @@ -10,6 +10,7 @@ #include <errno.h> #include <stdlib.h> #include <string.h> +#include <limits.h> #include <getopt.h> |