diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-25 22:01:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-25 22:01:13 +0000 |
commit | e2609be24831bb21b25cce09f3a0b3674287dfc0 (patch) | |
tree | 463f6963032fa00452fa2669d42889d7d6d463b8 /src | |
parent | 226e5a6478673f473f2e2bb640182c7706653a27 (diff) | |
download | coreutils-e2609be24831bb21b25cce09f3a0b3674287dfc0.tar.xz |
Include xalloc.h.
Remove dcls of xmalloc, xcalloc and xrealloc.
Diffstat (limited to 'src')
-rw-r--r-- | src/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" |