sim/common: Fix warnings: "warning: implicit declaration of function..."
[deliverable/binutils-gdb.git] / sim / common / hw-handles.c
index 2848b9bcb5541df7a16fbf6171409aa65641fc6c..d05656235db6abff229f87a65f7180653d2fef90 100644 (file)
@@ -23,6 +23,9 @@
 #include "hw-main.h"
 #include "hw-base.h"
 
+#if HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
 
 struct hw_handle_mapping
 {
This page took 0.023406 seconds and 4 git commands to generate.