mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
$NetBSD: patch-am,v 1.1 2004/08/10 15:11:15 shannonjr Exp $
|
|
|
|
--- gcc/treelang/tree1.c.orig 2003-07-27 22:39:29.000000000 -0600
|
|
+++ gcc/treelang/tree1.c
|
|
@@ -45,7 +45,7 @@
|
|
#include "treelang.h"
|
|
#include "treetree.h"
|
|
#include "opts.h"
|
|
-#include "options.h"
|
|
+#include "../../obj/gcc/options.h"
|
|
|
|
extern int yyparse (void);
|
|
|