From: Jim Meyering Date: Sun, 12 Aug 2001 13:00:15 +0000 (+0000) Subject: Include gtod.h -- should have been part of preceding delta X-Git-Tag: TEXTUTILS-2_0_15~455 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2238faa8fd072b99e3736fadf4f1994394a60558;p=thirdparty%2Fcoreutils.git Include gtod.h -- should have been part of preceding delta --- diff --git a/src/shred.c b/src/shred.c index 42ebc13c7f..ddd869fedc 100644 --- a/src/shred.c +++ b/src/shred.c @@ -98,6 +98,7 @@ # include "quotearg.h" /* For quotearg_colon */ # include "quote.h" /* For quotearg_colon */ # include "xalloc.h" +# include "gtod.h" char *xstrdup PARAMS ((char const *)); #else /* !HAVE_CONFIG_H */