From ff1eebe32bb029e20710e7ca1756911d42d46fbf Mon Sep 17 00:00:00 2001 From: David Krause Date: Thu, 10 Jul 2003 00:06:53 +0000 Subject: add missing includes ok deraadt@ tedu@ --- usr.bin/locate/bigram/locate.bigram.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usr.bin/locate') diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c index c6a85d384cb..79848e3e86f 100644 --- a/usr.bin/locate/bigram/locate.bigram.c +++ b/usr.bin/locate/bigram/locate.bigram.c @@ -1,5 +1,5 @@ /* - * $OpenBSD: locate.bigram.c,v 1.8 2003/06/03 02:56:09 millert Exp $ + * $OpenBSD: locate.bigram.c,v 1.9 2003/07/10 00:06:51 david Exp $ * * Copyright (c) 1995 Wolfram Schneider . Berlin. * Copyright (c) 1989, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: locate.bigram.c,v 1.8 2003/06/03 02:56:09 millert Exp $ + * $Id: locate.bigram.c,v 1.9 2003/07/10 00:06:51 david Exp $ */ #ifndef lint @@ -41,7 +41,7 @@ static char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #else -static char rcsid[] = "$OpenBSD: locate.bigram.c,v 1.8 2003/06/03 02:56:09 millert Exp $"; +static char rcsid[] = "$OpenBSD: locate.bigram.c,v 1.9 2003/07/10 00:06:51 david Exp $"; #endif #endif /* not lint */ @@ -58,6 +58,7 @@ static char sccsid[] = "@(#)locate.bigram.c 8.1 (Berkeley) 6/6/93"; */ #include +#include #include /* for MAXPATHLEN */ #include "locate.h" -- cgit v1.2.3