aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/targext.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-01-26 11:53:51 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2011-01-26 11:53:51 +0000
commit0418e131cb2f282df950394a77616fe58c361955 (patch)
treef7f3433d5d7100c7fe903050d3d65e4ad32fb141 /gcc/ada/targext.c
parent21d6a1c71eede3f1cfeac9e53888d65b0b58d366 (diff)
downloadgcc-0418e131cb2f282df950394a77616fe58c361955.zip
gcc-0418e131cb2f282df950394a77616fe58c361955.tar.gz
gcc-0418e131cb2f282df950394a77616fe58c361955.tar.bz2
re PR other/47467 (hwint.h:239:3: error: implicit declaration of function 'abs')
2011-01-26 Richard Guenther <rguenther@suse.de> PR bootstrap/47467 * targext.c: Include config.h. * gcc-interface/Make-lang.in (ada/targext.o): Add $(CONFIG_H) dependency. From-SVN: r169285
Diffstat (limited to 'gcc/ada/targext.c')
-rw-r--r--gcc/ada/targext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/targext.c b/gcc/ada/targext.c
index 72e6c2c..c9b6b9f 100644
--- a/gcc/ada/targext.c
+++ b/gcc/ada/targext.c
@@ -33,6 +33,7 @@
/* extension for object and executable files. It is used by the compiler, */
/* binder and tools. */
+#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "tm.h"