diff options
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r-- | gcc/gen-protos.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index 96aeef9ed25..a7814429130 100644 --- a/gcc/gen-protos.c +++ b/gcc/gen-protos.c @@ -16,8 +16,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "hconfig.h" +#include "bconfig.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "scan.h" #undef abort |