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