mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
$NetBSD: patch-al,v 1.1 2004/08/10 15:11:15 shannonjr Exp $
|
|
|
|
--- gcc/java/lang.c.orig 2004-01-13 16:14:04.000000000 -0700
|
|
+++ gcc/java/lang.c
|
|
@@ -46,7 +46,7 @@ The Free Software Foundation is independ
|
|
#include "splay-tree.h"
|
|
#include "tree-dump.h"
|
|
#include "opts.h"
|
|
-#include "options.h"
|
|
+#include "../../obj/gcc/options.h"
|
|
|
|
static bool java_init (void);
|
|
static void java_finish (void);
|