Peter Wemm edf112ec42 Add #include "diff.h" in order to get the prototype for xmalloc().
The corresponding warning has been ignored for ages:
  prepend_args.c:75: warning: initialization makes pointer from integer
  without a cast
This is fatal on ia64.  You cannot convert an implicit int return from
an undeclared function to a pointer as you've lost the upper 32 bits.
On ia64, the warning is "pointer from different sized integer".

(This file is not vendor branched)
2003-01-08 06:40:35 +00:00
..
2003-01-07 11:30:53 +00:00
2003-01-07 17:31:23 +00:00
2002-11-04 19:38:46 +00:00
2002-10-13 00:56:58 +00:00
2002-12-13 22:26:10 +00:00