aboutsummaryrefslogtreecommitdiff
path: root/gcc/scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/scan.c')
-rw-r--r--gcc/scan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/scan.c b/gcc/scan.c
index 65689f7..9f89d67 100644
--- a/gcc/scan.c
+++ b/gcc/scan.c
@@ -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;