summaryrefslogtreecommitdiff
path: root/devel/dprog/files/patch-ast_test.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-ast_test.cc
parentfix build on -stable by using gcc 3.3 (diff)
fix build on -stable
Noticed by: bento via kris
Diffstat (limited to 'devel/dprog/files/patch-ast_test.cc')
-rw-r--r--devel/dprog/files/patch-ast_test.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/dprog/files/patch-ast_test.cc b/devel/dprog/files/patch-ast_test.cc
new file mode 100644
index 000000000000..afd9aae9544b
--- /dev/null
+++ b/devel/dprog/files/patch-ast_test.cc
@@ -0,0 +1,10 @@
+--- ast_test.cc.orig Mon Apr 12 11:22:05 2004
++++ ast_test.cc Mon Apr 12 11:22:15 2004
+@@ -3,6 +3,7 @@
+ #include "visitor.hh"
+ using namespace ast;
+
++#include <cstdio>
+ #include <iostream>
+
+ int yyparse();