aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r--gcc/gcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gcc.h b/gcc/gcc.h
index 3e870e2..64b9546 100644
--- a/gcc/gcc.h
+++ b/gcc/gcc.h
@@ -21,6 +21,8 @@ Boston, MA 02111-1307, USA. */
#ifndef __GCC_H__
#define __GCC_H__
+#include "version.h"
+
/* These are exported by gcc.c. */
extern int do_spec PARAMS ((const char *));
extern void fancy_abort PARAMS ((void)) ATTRIBUTE_NORETURN;