diff options
author | Khem Raj <kraj@mvista.com> | 2008-12-24 00:49:51 +0000 |
---|---|---|
committer | Khem Raj <kraj@mvista.com> | 2008-12-24 00:49:51 +0000 |
commit | ce19d5171affc75c8f9ebbf6b635e4e19f961a95 (patch) | |
tree | 7e3aa6dd0055a1ea65c72cffc3e891393da210e0 /libc/misc/elf/dl-support.c | |
parent | dca7671f9895c247441a0eeb2b0977cac5f73129 (diff) | |
download | uClibc-alpine-ce19d5171affc75c8f9ebbf6b635e4e19f961a95.tar.bz2 uClibc-alpine-ce19d5171affc75c8f9ebbf6b635e4e19f961a95.tar.xz |
Fix nptl librt build breakage
Diffstat (limited to 'libc/misc/elf/dl-support.c')
-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 |