summaryrefslogtreecommitdiff
path: root/devel/dprog/files/patch-ast_test.cc
blob: afd9aae9544b9454d9bf1768258bee33da9dac03 (plain) (blame)
1
2
3
4
5
6
7
8
9
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();