summaryrefslogtreecommitdiff
path: root/libc/src/dlfcn/dladdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/dlfcn/dladdr.h')
-rw-r--r--libc/src/dlfcn/dladdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/src/dlfcn/dladdr.h b/libc/src/dlfcn/dladdr.h
index abbc9a9008d9..1fabe8163902 100644
--- a/libc/src/dlfcn/dladdr.h
+++ b/libc/src/dlfcn/dladdr.h
@@ -11,6 +11,8 @@
#include "src/__support/macros/config.h"
+#include "hdr/types/dl_info.h"
+
namespace LIBC_NAMESPACE_DECL {
int dladdr(const void *__restrict, Dl_info *__restrict);