From: Jim Meyering Date: Sat, 25 Oct 1997 22:01:13 +0000 (+0000) Subject: Include xalloc.h. X-Git-Tag: TEXTUTILS-1_22c~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2609be24831bb21b25cce09f3a0b3674287dfc0;p=thirdparty%2Fcoreutils.git Include xalloc.h. Remove dcls of xmalloc, xcalloc and xrealloc. --- diff --git a/src/system.h b/src/system.h index d1e71cfbd8..34687e1a16 100644 --- a/src/system.h +++ b/src/system.h @@ -403,3 +403,5 @@ char *stpcpy (); #ifndef HAVE_DECLARATION_STRSTR char *strstr (); #endif + +#include "xalloc.h"