On Monday, January 18, 2016 08:44:43 PM Shreyas B. Prabhu wrote:
> Fix the following build error by including limits.h -
>
> utils/cpufreq-info.c: In function ‘get_latency’:
> utils/cpufreq-info.c:437:29: error: ‘UINT_MAX’ undeclared (first use in
> this function)
> if (!latency || latency == UINT_MAX) {
> ^
> Signed-off-by: Shreyas B. Prabhu <[email protected]>Signed-off-by: Thomas Renninger <[email protected]> Builds for me by luck, thanks! Thomas

