From 3617805acbccf2be0619ceecc8915f773e5b1d36 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Jan 2003 08:41:28 +0000 Subject: [PATCH] Remove declaration of xstrdup. Instead, include "xalloc.h". --- src/shred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shred.c b/src/shred.c index 6ea5417af2..f48d7f755d 100644 --- a/src/shred.c +++ b/src/shred.c @@ -110,7 +110,7 @@ #include "inttostr.h" #include "quotearg.h" /* For quotearg_colon */ #include "quote.h" /* For quotearg_colon */ -char *xstrdup (char const *); +#include "xalloc.h" #ifndef O_NOCTTY # define O_NOCTTY 0 /* This is a very optional frill */ -- 2.47.2