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/cpp.ll
|
|
--- src/cpp.ll.orig
|
|
+++ src/cpp.ll
|
|
@@ -26,7 +26,7 @@
|
|
|
|
#include <assert.h>
|
|
#include <ctype.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
|