summaryrefslogtreecommitdiffstats
path: root/libc/misc/elf/dl-support.c
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2008-12-24 00:49:51 +0000
committerKhem Raj <kraj@mvista.com>2008-12-24 00:49:51 +0000
commitce19d5171affc75c8f9ebbf6b635e4e19f961a95 (patch)
tree7e3aa6dd0055a1ea65c72cffc3e891393da210e0 /libc/misc/elf/dl-support.c
parentdca7671f9895c247441a0eeb2b0977cac5f73129 (diff)
downloaduClibc-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.c4
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