summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-25 22:01:13 +0000
committerJim Meyering <jim@meyering.net>1997-10-25 22:01:13 +0000
commite2609be24831bb21b25cce09f3a0b3674287dfc0 (patch)
tree463f6963032fa00452fa2669d42889d7d6d463b8 /src/system.h
parent226e5a6478673f473f2e2bb640182c7706653a27 (diff)
downloadcoreutils-e2609be24831bb21b25cce09f3a0b3674287dfc0.tar.xz
Include xalloc.h.
Remove dcls of xmalloc, xcalloc and xrealloc.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
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"