diff options
Diffstat (limited to 'binutils-2.22/ld/testsuite/ld-elf/init-mixed.c')
-rw-r--r-- | binutils-2.22/ld/testsuite/ld-elf/init-mixed.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils-2.22/ld/testsuite/ld-elf/init-mixed.c b/binutils-2.22/ld/testsuite/ld-elf/init-mixed.c index 770a4b5..f401ded 100644 --- a/binutils-2.22/ld/testsuite/ld-elf/init-mixed.c +++ b/binutils-2.22/ld/testsuite/ld-elf/init-mixed.c @@ -1,8 +1,7 @@ +#include "config.h" #include <stdio.h> #include <stdlib.h> -#include "config.h" - #ifdef HAVE_INITFINI_ARRAY static int count; |