summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elf/soinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/soinit.c b/elf/soinit.c
index 1db676af01..76033ea90c 100644
--- a/elf/soinit.c
+++ b/elf/soinit.c
@@ -4,8 +4,8 @@
calling those lists of functions. */
#ifndef NO_CTORS_DTORS_SECTIONS
-#include <libc-internal.h>
-#include <stdlib.h>
+# include <libc-internal.h>
+# include <stdlib.h>
static void (*const __CTOR_LIST__[1]) (void)
__attribute__ ((section (".ctors")))