diff options
Diffstat (limited to 'gcc/scan.c')
-rw-r--r-- | gcc/scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,9 +15,9 @@ 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 "scan.h" #include "hconfig.h" -#include <ctype.h> +#include "system.h" +#include "scan.h" int lineno = 1; int source_lineno = 1; |