diff options
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r-- | elf/dl-open.c | 1 |
1 files changed, 1 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> |