From e2609be24831bb21b25cce09f3a0b3674287dfc0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 Oct 1997 22:01:13 +0000 Subject: Include xalloc.h. Remove dcls of xmalloc, xcalloc and xrealloc. --- src/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/system.h') diff --git a/src/system.h b/src/system.h index d1e71cfbd..34687e1a1 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" -- cgit v1.2.3-54-g00ecf