aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/map_object.c
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2001-10-15 18:48:42 +0000
committerDoug Rabson <dfr@FreeBSD.org>2001-10-15 18:48:42 +0000
commitb5393d9f785525fa08c105fa09f9289b631986f8 (patch)
tree58745c0bcc233d2e6a7a5aae303d27432c4dd053 /libexec/rtld-elf/map_object.c
parentbe5780f384c9db54538131dbbab518073f3eaa1b (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf/map_object.c')
-rw-r--r--libexec/rtld-elf/map_object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rtld-elf/map_object.c b/libexec/rtld-elf/map_object.c
index d7b6978ae9ee..ea03f903e25d 100644
--- a/libexec/rtld-elf/map_object.c
+++ b/libexec/rtld-elf/map_object.c
@@ -35,6 +35,7 @@
#include <string.h>
#include <unistd.h>
+#include "debug.h"
#include "rtld.h"
static int protflags(int); /* Elf flags -> mmap protection */