diff options
Diffstat (limited to 'gcc/scan.c')
-rw-r--r-- | gcc/scan.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/scan.c b/gcc/scan.c index ac6b809799f..9e2476f92ac 100644 --- a/gcc/scan.c +++ b/gcc/scan.c @@ -15,8 +15,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" int lineno = 1; |