about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-open.c1
-rw-r--r--elf/dlsym.c1
-rw-r--r--elf/dlvsym.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c
index b6c79b41ef..149badd618 100644
--- a/elf/dl-open.c
+++ b/elf/dl-open.c
@@ -22,6 +22,7 @@
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
+#include <libintl.h>
 #include <sys/mman.h>		/* Check whether MAP_COPY is defined.  */
 #include <sys/param.h>
 #include <bits/libc-lock.h>
diff --git a/elf/dlsym.c b/elf/dlsym.c
index 5753f54d6e..6627ffc6c2 100644
--- a/elf/dlsym.c
+++ b/elf/dlsym.c
@@ -20,6 +20,7 @@
 #include <dlfcn.h>
 #include <setjmp.h>
 #include <stddef.h>
+#include <libintl.h>
 #include <elf/ldsodefs.h>
 
 struct dlsym_args
diff --git a/elf/dlvsym.c b/elf/dlvsym.c
index b100a2ecbf..68e099b4f9 100644
--- a/elf/dlvsym.c
+++ b/elf/dlvsym.c
@@ -20,6 +20,7 @@
 #include <dlfcn.h>
 #include <setjmp.h>
 #include <stddef.h>
+#include <libintl.h>
 #include <elf/ldsodefs.h>
 
 #include <dl-hash.h>