sim: make some rules silent by default in Make-common.in
[deliverable/binutils-gdb.git] / sim / common / hw-alloc.c
index 6b6d1a7a189d486ae7fa11f7ef9c216c821d4a65..a16666b931a08ae7ceba1fcb167de5cd6915c3a0 100644 (file)
@@ -1,5 +1,5 @@
 /* Hardware memory allocator.
-   Copyright (C) 1998-2018 Free Software Foundation, Inc.
+   Copyright (C) 1998-2021 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -17,14 +17,13 @@ GNU General Public License for more details.
 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"
 
-
-#ifdef HAVE_STDLIB_H
 #include <stdlib.h>
-#endif
 
 struct hw_alloc_data
 {
This page took 0.025299 seconds and 4 git commands to generate.