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