diff options
| author | Rafael J. Wysocki <[email protected]> | 2016-01-20 23:43:29 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2016-01-20 23:43:29 +0000 |
| commit | db2b52f75250c88ee3c6ba3d91bef38f3f1a1e8c (patch) | |
| tree | 22ab374206184fa6c0c6096c7a835e774023ef5c | |
| parent | Merge branch 'pm-cpuidle' (diff) | |
| parent | cpupower: Fix build error in cpufreq-info (diff) | |
| download | kernel-db2b52f75250c88ee3c6ba3d91bef38f3f1a1e8c.tar.gz kernel-db2b52f75250c88ee3c6ba3d91bef38f3f1a1e8c.zip | |
Merge branch 'pm-tools'
* pm-tools:
cpupower: Fix build error in cpufreq-info
| -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> |
