aboutsummaryrefslogtreecommitdiff
path: root/gas/config/ho-generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/ho-generic.h')
-rw-r--r--gas/config/ho-generic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/ho-generic.h b/gas/config/ho-generic.h
index 1d0d99f..c15181f 100644
--- a/gas/config/ho-generic.h
+++ b/gas/config/ho-generic.h
@@ -29,9 +29,10 @@
#ifdef __STDC__
extern void *malloc (), *realloc ();
+extern void free ();
#else
extern char *malloc (), *realloc ();
-#endif
extern int free ();
+#endif
/* end of ho-generic.h */