PowerPC64 .branch_lt address
[binutils-gdb.git] / sim / common / hw-alloc.c
index e504236d1d6dfd16fad5b2493f9bcf65a8f8869b..def21d77b22f6296d6f6e5f93aa9c95b4ab7b063 100644 (file)
@@ -1,5 +1,5 @@
 /* Hardware memory allocator.
-   Copyright (C) 1998-2021 Free Software Foundation, Inc.
+   Copyright (C) 1998-2022 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -17,15 +17,14 @@ 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 <stdlib.h>
 
 #include "hw-main.h"
 #include "hw-base.h"
 
-
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
-
 struct hw_alloc_data
 {
   void *alloc;