mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
$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"
|