mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
13 lines
201 B
Plaintext
13 lines
201 B
Plaintext
Index: src/java.ll
|
|
--- src/java.ll.orig
|
|
+++ src/java.ll
|
|
@@ -26,7 +26,7 @@
|
|
|
|
#include <assert.h>
|
|
#include <ctype.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <stdio.h>
|
|
|
|
#include "doc.h"
|