gdbserver/linux-ia64-low: fix a build-breaking typo
[deliverable/binutils-gdb.git] / sim / aarch64 / cpustate.c
index b7ea5d4499f5d0fd1536b2754400c7a9066396e5..ce503c62de4a0e2d8511ac281bc11421c6cf4434 100644 (file)
@@ -1,6 +1,6 @@
 /* cpustate.h -- Prototypes for AArch64 simulator functions.
 
-   Copyright (C) 2015-2017 Free Software Foundation, Inc.
+   Copyright (C) 2015-2020 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.022963 seconds and 4 git commands to generate.