diff options
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r-- | gcc/cpphash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c index 2ca007c..cd7ef05 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -25,6 +25,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. #include "cpplib.h" #include "cpphash.h" +extern char *xmalloc PARAMS ((unsigned)); + /* Define a generic NULL if one hasn't already been defined. */ #ifndef NULL |