diff --git a/usr.bin/find/parsedate.y b/usr.bin/find/parsedate.y index e954a0edb7f1..7bcfd611ea95 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 while ** at the University of North Carolina at Chapel Hill. Later tweaked by @@ -24,6 +24,7 @@ #include #include #include +#include #include #include "find.h"