diff options
Diffstat (limited to 'gas/config/ho-sysv.h')
-rw-r--r-- | gas/config/ho-sysv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/ho-sysv.h b/gas/config/ho-sysv.h index ba69558..62aacf20 100644 --- a/gas/config/ho-sysv.h +++ b/gas/config/ho-sysv.h @@ -19,6 +19,6 @@ #include <string.h> extern int free (); -extern char *malloc (); +extern char *malloc (), *realloc (); /* end of ho-sysv.h */ |