From e2609be24831bb21b25cce09f3a0b3674287dfc0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 Oct 1997 22:01:13 +0000 Subject: [PATCH] Include xalloc.h. Remove dcls of xmalloc, xcalloc and xrealloc. --- src/system.h | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.3