mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rtld_malloc: only include internal rtld headers when building for rtld
Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D41150
This commit is contained in:
parent
cf6dbdd135
commit
bc7e86106d
1 changed files with 2 additions and 0 deletions
|
|
@ -53,9 +53,11 @@ static char *rcsid = "$FreeBSD$";
|
|||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#ifdef IN_RTLD
|
||||
#include "rtld.h"
|
||||
#include "rtld_printf.h"
|
||||
#include "rtld_paths.h"
|
||||
#endif
|
||||
#include "rtld_malloc.h"
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue