sim: add some stdlib.h includes
[deliverable/binutils-gdb.git] / sim / common / sim-module.c
index 2ea54c1f653cdabb2e5ad1dbd963b28853c4be1b..1b103b7763aeae4b564fa2ad97455a282864aa81 100644 (file)
@@ -36,6 +36,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "libiberty.h"
 
+#include <stdlib.h>
+
 /* List of all modules.  */
 static MODULE_INSTALL_FN * const modules[] = {
   standard_install,
This page took 0.025975 seconds and 4 git commands to generate.