diff options
Diffstat (limited to 'gcc/main.c')
-rw-r--r-- | gcc/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "gansidecl.h" +#include "ansidecl.h" #include "toplev.h" int main PARAMS ((int argc, char **argv)); |