blob: 0e65ddedbf92d2aff4514e8f7d067ad1a4a54a18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-src_php.ll,v 1.1 2011/11/25 21:38:09 joerg Exp $
--- src/php.ll.orig 2011-11-25 17:21:59.000000000 +0000
+++ src/php.ll
@@ -23,7 +23,7 @@
%{
#include <assert.h>
#include <ctype.h>
-#include <iostream.h>
+#include <iostream>
#include <stdio.h>
#include "doc.h"
|