diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/elf/dl-support.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/elf/dl-support.c b/libc/misc/elf/dl-support.c index ce05f348a..64f2f7e44 100644 --- a/libc/misc/elf/dl-support.c +++ b/libc/misc/elf/dl-support.c @@ -11,14 +11,14 @@ * */ +#include <link.h> +#include <elf.h> #if USE_TLS #include <assert.h> #include <tls.h> #include <ldsodefs.h> #include <string.h> #endif -#include <link.h> -#include <elf.h> #if USE_TLS |