sim: fix aarch64 sim build
[deliverable/binutils-gdb.git] / sim / aarch64 / cpustate.c
index b7ea5d4499f5d0fd1536b2754400c7a9066396e5..f90b7ad321af8f219c45b5d935911aa95d964898 100644 (file)
@@ -1,6 +1,6 @@
 /* cpustate.h -- Prototypes for AArch64 simulator functions.
 
-   Copyright (C) 2015-2017 Free Software Foundation, Inc.
+   Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
    Contributed by Red Hat.
 
@@ -25,6 +25,7 @@
 #include "sim-main.h"
 #include "cpustate.h"
 #include "simulator.h"
+#include "libiberty.h"
 
 /* Some operands are allowed to access the stack pointer (reg 31).
    For others a read from r31 always returns 0, and a write to r31 is ignored.  */
This page took 0.029893 seconds and 4 git commands to generate.