summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-05-03 15:28:07 +0000
committerdelphij <delphij@FreeBSD.org>2005-05-03 15:28:07 +0000
commit8c908fd79c9915aa18dfda8ed883f2debe905921 (patch)
treede0801795f82a4a97733490ec8fecff87959b258 /lib
parentd6e563620404f4a296dc41265ac8763a6376e3ad (diff)
downloadFreeBSD-src-8c908fd79c9915aa18dfda8ed883f2debe905921.zip
FreeBSD-src-8c908fd79c9915aa18dfda8ed883f2debe905921.tar.gz
Include paths.h for prototype of getbootfile(3).
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getbootfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/getbootfile.c b/lib/libc/gen/getbootfile.c
index 2bb30bf..739af15 100644
--- a/lib/libc/gen/getbootfile.c
+++ b/lib/libc/gen/getbootfile.c
@@ -40,6 +40,8 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/sysctl.h>
+#include <paths.h>
+
const char *
getbootfile(void)
{
OpenPOWER on IntegriCloud