sim: cgen: inline cgen_init logic
[deliverable/binutils-gdb.git] / sim / common / hw-handles.c
index c8284dad2db528aaa452c0eb170760bf87009ba8..fb878e4927745708afbb779e25cc4ea9f8915fd7 100644 (file)
@@ -1,6 +1,6 @@
 /* The common simulator framework for GDB, the GNU Debugger.
 
-   Copyright 2002, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright 2002-2021 Free Software Foundation, Inc.
 
    Contributed by Andrew Cagney and Red Hat.
 
    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 "hw-main.h"
 #include "hw-base.h"
 
+#include <stdlib.h>
 
 struct hw_handle_mapping
 {
This page took 0.023312 seconds and 4 git commands to generate.