diff options
Diffstat (limited to 'target/arm/psci.c')
-rw-r--r-- | target/arm/psci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/arm/psci.c b/target/arm/psci.c index a74d78802a..af1d5a551e 100644 --- a/target/arm/psci.c +++ b/target/arm/psci.c @@ -15,10 +15,12 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see <http://www.gnu.org/licenses/>. */ + #include "qemu/osdep.h" #include "cpu.h" #include "exec/helper-proto.h" #include "kvm-consts.h" +#include "qemu/main-loop.h" #include "sysemu/sysemu.h" #include "internals.h" #include "arm-powerctl.h" |