sim/common: Fix warnings: "warning: implicit declaration of function..."
[deliverable/binutils-gdb.git] / sim / common / sim-fpu.c
index 81cdbf5061517aa73113e33897f7528e2a9e2f91..74f5fd488c3409c5546faffe28b2d94bac4aa460 100644 (file)
@@ -41,6 +41,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #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.023703 seconds and 4 git commands to generate.