diff options
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index b508a5d..77d71ef 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */ #include <unistd.h> #endif #undef abort +#include "version.h" /* Include getopt.h for the sake of getopt_long. */ #include "getopt.h" @@ -53,8 +54,6 @@ Boston, MA 02111-1307, USA. */ #define CPLUS_FILE_SUFFIX "C" #endif -extern char *version_string; - static void usage PARAMS ((void)) ATTRIBUTE_NORETURN; static void aux_info_corrupted PARAMS ((void)) ATTRIBUTE_NORETURN; static void declare_source_confusing PARAMS ((const char *)) ATTRIBUTE_NORETURN; |