]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include xalloc.h.
authorJim Meyering <jim@meyering.net>
Sat, 25 Oct 1997 22:01:13 +0000 (22:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Oct 1997 22:01:13 +0000 (22:01 +0000)
Remove dcls of xmalloc, xcalloc and xrealloc.

src/system.h

index d1e71cfbd89d80ebb574ccbacfcf9a130998c66e..34687e1a16d250213ade4eabc68cebb1e956135f 100644 (file)
@@ -403,3 +403,5 @@ char *stpcpy ();
 #ifndef HAVE_DECLARATION_STRSTR
 char *strstr ();
 #endif
+
+#include "xalloc.h"