summaryrefslogtreecommitdiff
path: root/devel/dprog/files/patch-pprint.cc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-12 03:25:49 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-12 03:25:49 +0000
commitade889c6ec195047b9f336125fd62fdf8fdd9dfa (patch)
tree1461ed2e94b06ce0357339a30bc21bb6994942e6 /devel/dprog/files/patch-pprint.cc
parentfix build on -stable by using gcc 3.3 (diff)
fix build on -stable
Noticed by: bento via kris
Notes
Notes: svn path=/head/; revision=106765
Diffstat (limited to 'devel/dprog/files/patch-pprint.cc')
-rw-r--r--devel/dprog/files/patch-pprint.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/dprog/files/patch-pprint.cc b/devel/dprog/files/patch-pprint.cc
new file mode 100644
index 000000000000..383b390857a4
--- /dev/null
+++ b/devel/dprog/files/patch-pprint.cc
@@ -0,0 +1,10 @@
+--- pprint.cc.orig Mon Apr 12 11:20:27 2004
++++ pprint.cc Mon Apr 12 11:20:46 2004
+@@ -3,6 +3,7 @@
+ using namespace ast;
+ #include "pretty_printer.hh"
+
++#include <cstdio>
+ #include <iostream>
+
+ int yyparse();