]> git.proxmox.com Git - mirror_qemu.git/commit
util/cacheinfo: Add missing include for ppc linux
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 11 Jul 2017 01:55:24 +0000 (22:55 -0300)
committerRichard Henderson <rth@twiddle.net>
Wed, 19 Jul 2017 21:45:15 +0000 (14:45 -0700)
commit810d5cad4087236236e00fd3046a16adf26e9060
treef2c62c7d24263a5aa8140f4126bcc3761e4236c5
parent4df9cac57f5220c17d856292e90fce455f708421
util/cacheinfo: Add missing include for ppc linux

This include was forgotten when splitting cacheinfo.c out of
tcg/ppc/tcg-target.inc.c (see commit b255b2c8).

For a Centos7 host, the include path

<signal.h>
  <bits/sigcontext.h>
            <asm/sigcontext.h>
              <asm/elf.h>
        <asm/auxvec.h>

implicitly pulls in the desired AT_* defines.
Not so for Debian Jessie.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20170711015524.22936-1-f4bug@amsat.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
util/cacheinfo.c