diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-03-30 13:54:53 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-03-30 13:54:53 +0000 |
| commit | b68d192c3a5a084930f41a0273b5b15967587187 (patch) | |
| tree | c698294e12c490ab94a974c3fd462ae6d62c4d63 /usr.bin/find | |
| parent | 6a8074206f32abff1cd43bc18306e61e69477213 (diff) | |
Notes
Diffstat (limited to 'usr.bin/find')
| -rw-r--r-- | usr.bin/find/parsedate.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/find/parsedate.y b/usr.bin/find/parsedate.y index e954a0edb7f16..7bcfd611ea954 100644 --- a/usr.bin/find/parsedate.y +++ b/usr.bin/find/parsedate.y @@ -1,6 +1,6 @@ %{ /* $Id: parsedate.y,v 1.9.2.1 2000/12/26 08:39:49 kondou Exp $ -/* $FreeBSD$ +** $FreeBSD$ ** ** Originally written by Steven M. Bellovin <smb@research.att.com> while ** at the University of North Carolina at Chapel Hill. Later tweaked by @@ -24,6 +24,7 @@ #include <sys/timeb.h> #include <ctype.h> #include <fts.h> +#include <string.h> #include <time.h> #include "find.h" |
