summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-02-09 09:13:36 +0000
committerstefanf <stefanf@FreeBSD.org>2005-02-09 09:13:36 +0000
commitff18347bab2df60a7085159833d4374dc1743a56 (patch)
tree29e35b8b6a90b00c0bea13a224e5b5b81acde337 /usr.bin/locate
parent9a77daf15d891d6110d3166232b2d17c7a3794b8 (diff)
downloadFreeBSD-src-ff18347bab2df60a7085159833d4374dc1743a56.zip
FreeBSD-src-ff18347bab2df60a7085159833d4374dc1743a56.tar.gz
Include missing headers.
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/bigram/locate.bigram.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
+#include <stdlib.h>
#include <sys/param.h> /* for MAXPATHLEN */
#include "locate.h"
OpenPOWER on IntegriCloud