diff options
-rw-r--r-- | elf/soinit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/soinit.c b/elf/soinit.c index 1db676a..76033ea 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"))) |