diff options
Diffstat (limited to 'ld/testsuite/ld-elfvsb/main.c')
-rw-r--r-- | ld/testsuite/ld-elfvsb/main.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ld/testsuite/ld-elfvsb/main.c b/ld/testsuite/ld-elfvsb/main.c index a00b70fedd..26542b8a1f 100644 --- a/ld/testsuite/ld-elfvsb/main.c +++ b/ld/testsuite/ld-elfvsb/main.c @@ -1,10 +1,9 @@ #ifdef PROTECTED_CHECK #include <features.h> +#include <stdio.h> int -main (argc, argv) - int argc; - char *argv[]; +main (void) { #if defined (__GLIBC__) && (__GLIBC__ > 2 \ || (__GLIBC__ == 2 \ |