blob: 9f5aea466c9654e9e4c625a695211d7f73783265 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ak,v 1.1 2004/08/10 15:11:15 shannonjr Exp $
--- gcc/f/top.c.orig 2003-07-06 14:32:17.000000000 -0600
+++ gcc/f/top.c
@@ -48,7 +48,7 @@ the Free Software Foundation, 59 Temple
#include "lex.h"
#include "malloc.h"
#include "name.h"
-#include "options.h"
+#include "../../obj/gcc/options.h"
#include "opts.h"
#include "src.h"
#include "st.h"
|