sim: unify gettext/intl probing logic
[deliverable/binutils-gdb.git] / sim / common / sim-fpu.c
index fdd3b848e98bf99febbe957d6587d678606d4213..fe8ecf8a3ce52ecb098ae1cee5a73fd115a9b334 100644 (file)
@@ -2,7 +2,7 @@
    of the floating point routines in libgcc1.c for targets without
    hardware floating point.  */
 
-/* Copyright 1994-2020 Free Software Foundation, Inc.
+/* Copyright 1994-2021 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -35,15 +35,16 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifndef SIM_FPU_C
 #define SIM_FPU_C
 
+/* This must come before any other includes.  */
+#include "defs.h"
+
 #include "sim-basics.h"
 #include "sim-fpu.h"
 
 #include "sim-io.h"
 #include "sim-assert.h"
 
-#ifdef HAVE_STDLIB_H
 #include <stdlib.h>
-#endif
 
 /* Debugging support.
    If digits is -1, then print all digits.  */
This page took 0.027149 seconds and 4 git commands to generate.