]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/arm/maverick.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / sim / arm / maverick.c
index bae8c4785cafc1c6ff7031adbc34f6972d93d747..da5b4ad7fd66a431abea07d2c216f73fa1c411fc 100644 (file)
@@ -1,5 +1,5 @@
 /*  maverick.c -- Cirrus/DSP co-processor interface.
-    Copyright (C) 2003-2019 Free Software Foundation, Inc.
+    Copyright (C) 2003-2024 Free Software Foundation, Inc.
     Contributed by Aldy Hernandez (aldyh@redhat.com).
 
     This program is free software; you can redistribute it and/or modify
@@ -15,6 +15,9 @@
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
+/* This must come before any other includes.  */
+#include "defs.h"
+
 #include <assert.h>
 #include "armdefs.h"
 #include "ansidecl.h"