summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc')
-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