2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-15 08:44:14 +08:00

Merge branch 'pm-tools'

* pm-tools:
  cpupower: Fix build error in cpufreq-info
This commit is contained in:
Rafael J. Wysocki 2016-01-21 00:43:29 +01:00
commit db2b52f752

View File

@ -10,6 +10,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <getopt.h>