diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-01-20 18:43:29 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-01-20 18:43:29 -0500 |
commit | db2b52f75250c88ee3c6ba3d91bef38f3f1a1e8c (patch) | |
tree | 22ab374206184fa6c0c6096c7a835e774023ef5c | |
parent | f11aef69b235bc30c323776d75ac23b43aac45bb (diff) | |
parent | 38cb76a307821f76c7f9dff7449f73aeb014d5cc (diff) |
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 @@ | |||
10 | #include <errno.h> | 10 | #include <errno.h> |
11 | #include <stdlib.h> | 11 | #include <stdlib.h> |
12 | #include <string.h> | 12 | #include <string.h> |
13 | #include <limits.h> | ||
13 | 14 | ||
14 | #include <getopt.h> | 15 | #include <getopt.h> |
15 | 16 | ||