sim: add some stdlib.h includes
[deliverable/binutils-gdb.git] / sim / common / sim-io.c
index 05ba0180ffd8cb8450cc7d4e781ecb695bace863..989f9cfb35a757528135a135d5d1a269a99a01eb 100644 (file)
@@ -33,6 +33,8 @@
 #include <unistd.h>
 #endif
 
+#include <stdlib.h>
+
 /* Define the rate at which the simulator should poll the host
    for a quit. */
 #ifndef POLL_QUIT_INTERVAL
This page took 0.024549 seconds and 4 git commands to generate.