@@ -1,3 +1,8 @@
+2020-01-12 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * linux-arm-tdesc.c: Include linux-arm-tdesc.h.
+ * linux-arm-tdesc.h: Include arch/arm.h.
+
2020-01-12 Simon Marchi <simon.marchi@polymtl.ca>
* linux-aarch64-low.c (aarch64_write_goto_address): Make static.
@@ -16,6 +16,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "server.h"
+
+#include "linux-arm-tdesc.h"
+
#include "tdesc.h"
#include "arch/arm.h"
#include <inttypes.h>
@@ -18,6 +18,8 @@
#ifndef GDBSERVER_LINUX_ARM_TDESC_H
#define GDBSERVER_LINUX_ARM_TDESC_H
+#include "arch/arm.h"
+
/* Return the Arm target description with fp registers FP_TYPE. */
const target_desc * arm_linux_read_description (arm_fp_type fp_type);