Skip to content

Commit

Permalink
target/hppa: Include "qemu/log.h" to use qemu_log()
Browse files Browse the repository at this point in the history
Since his inception in 61766fe, this file uses the qemu_log()
API from "qemu/log.h".  Include it to allow further includes
cleanup.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
philmd authored and bonzini committed May 31, 2018
1 parent 9b87338 commit 0d114d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/hppa/int_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include "qemu/osdep.h"
#include "qemu/main-loop.h"
#include "qemu/log.h"
#include "cpu.h"
#include "exec/exec-all.h"
#include "exec/helper-proto.h"
Expand Down

0 comments on commit 0d114d0

Please sign in to comment.