diff options
Diffstat (limited to 'disas/ppc.c')
-rw-r--r-- | disas/ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/ppc.c b/disas/ppc.c index da1140ba2b..a545437de9 100644 --- a/disas/ppc.c +++ b/disas/ppc.c @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this file; see the file COPYING. If not, see <http://www.gnu.org/licenses/>. */ #include "qemu/osdep.h" -#include "disas/bfd.h" +#include "disas/dis-asm.h" #define BFD_DEFAULT_TARGET_SIZE 64 /* ppc.h -- Header file for PowerPC opcode table |