aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/libmap.c
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-06-18 05:31:08 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-06-18 05:31:08 +0000
commit7227105f74dd2edda3cddf928418212f4d001e02 (patch)
treeca51956203a8d3f6d840bc4d5689e8f7df35cc1b /libexec/rtld-elf/libmap.c
parent31953be9368d64dd1f798f0bd49765fd412f9db0 (diff)
downloadsrc-7227105f74dd2edda3cddf928418212f4d001e02.tar.gz
src-7227105f74dd2edda3cddf928418212f4d001e02.zip
Include libmap.h for prototypes.
Notes
Notes: svn path=/head/; revision=116513
Diffstat (limited to 'libexec/rtld-elf/libmap.c')
-rw-r--r--libexec/rtld-elf/libmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rtld-elf/libmap.c b/libexec/rtld-elf/libmap.c
index 6a66ce1eb37d..bdb915118006 100644
--- a/libexec/rtld-elf/libmap.c
+++ b/libexec/rtld-elf/libmap.c
@@ -11,6 +11,7 @@
#include "debug.h"
#include "rtld.h"
+#include "libmap.h"
#ifndef _PATH_LIBMAP_CONF
#define _PATH_LIBMAP_CONF "/etc/libmap.conf"