summaryrefslogtreecommitdiff
path: root/extra/gtkmathview/gtkmathview-0.8.0-includes.patch
blob: 665c7827ecc5c2142f6332b91e00c04604fdc094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru gtkmathview-0.8.0.orig/src/common/AbstractLogger.cc gtkmathview-0.8.0/src/common/AbstractLogger.cc
--- gtkmathview-0.8.0.orig/src/common/AbstractLogger.cc	2009-02-28 13:56:00.000000000 +0000
+++ gtkmathview-0.8.0/src/common/AbstractLogger.cc	2009-02-28 13:56:28.000000000 +0000
@@ -19,6 +19,7 @@
 #include <config.h>
 
 #include <stdarg.h>
+#include <stdio.h>
 
 #include "AbstractLogger.hh"