aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2002-03-30 13:54:53 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2002-03-30 13:54:53 +0000
commitb68d192c3a5a084930f41a0273b5b15967587187 (patch)
treec698294e12c490ab94a974c3fd462ae6d62c4d63 /usr.bin/find
parent6a8074206f32abff1cd43bc18306e61e69477213 (diff)
Notes
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/parsedate.y3
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"