diff options
Diffstat (limited to 'sysdeps/generic/libc-start.c')
-rw-r--r-- | sysdeps/generic/libc-start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/libc-start.c b/sysdeps/generic/libc-start.c index 77f730a..bcb3cf3 100644 --- a/sysdeps/generic/libc-start.c +++ b/sysdeps/generic/libc-start.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <unistd.h> #include <sys/ioctl.h> -#include <elf/ldsodefs.h> +#include <ldsodefs.h> extern void __libc_init_first (int argc, char **argv, char **envp); |