]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-utils.h
sim: include ansidecl.h when needed
[thirdparty/binutils-gdb.git] / sim / common / sim-utils.h
index 1af4ea206b82f5f5106f50c87aaf5488f38c9801..20ca9fcfe2310da08d4627d67ffce485346f46ac 100644 (file)
@@ -20,6 +20,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifndef SIM_UTILS_H
 #define SIM_UTILS_H
 
+#include "ansidecl.h"
+
 /* Memory management with an allocator that clears memory before use. */
 
 void *zalloc (unsigned long size);