diff options
Diffstat (limited to 'target/ppc/monitor.c')
-rw-r--r-- | target/ppc/monitor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/ppc/monitor.c b/target/ppc/monitor.c index ee9d6e81d2..7f8360d903 100644 --- a/target/ppc/monitor.c +++ b/target/ppc/monitor.c @@ -21,9 +21,11 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ + #include "qemu/osdep.h" #include "cpu.h" #include "monitor/monitor.h" +#include "qemu/ctype.h" #include "monitor/hmp-target.h" #include "hmp.h" |