From ff18347bab2df60a7085159833d4374dc1743a56 Mon Sep 17 00:00:00 2001 From: stefanf Date: Wed, 9 Feb 2005 09:13:36 +0000 Subject: Include missing headers. --- usr.bin/locate/bigram/locate.bigram.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/locate') diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c index 137b590..208824f 100644 --- a/usr.bin/locate/bigram/locate.bigram.c +++ b/usr.bin/locate/bigram/locate.bigram.c @@ -56,6 +56,7 @@ static char sccsid[] = "@(#)locate.bigram.c 8.1 (Berkeley) 6/6/93"; */ #include +#include #include /* for MAXPATHLEN */ #include "locate.h" -- cgit v1.1