mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
375 B
Plaintext
14 lines
375 B
Plaintext
$NetBSD: patch-aj,v 1.1 2004/08/10 15:11:15 shannonjr Exp $
|
|
|
|
--- gcc/opts.c.orig 2004-02-17 17:09:04.000000000 -0700
|
|
+++ gcc/opts.c
|
|
@@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - S
|
|
#include "output.h"
|
|
#include "langhooks.h"
|
|
#include "opts.h"
|
|
-#include "options.h"
|
|
+#include "../../obj/gcc/options.h"
|
|
#include "flags.h"
|
|
#include "toplev.h"
|
|
#include "params.h"
|