diff options
Diffstat (limited to 'elf/dl-runtime.c')
-rw-r--r-- | elf/dl-runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-runtime.c b/elf/dl-runtime.c index 99927a933c..b01338a304 100644 --- a/elf/dl-runtime.c +++ b/elf/dl-runtime.c @@ -18,7 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <link.h> -#include <stddef.h> +#include <unistd.h> /* The global scope we will use for symbol lookups. |