Blob Blame History Raw
diff -r -U 5 csharp/kimono/src/marshall_macros_kde.h csharp/kimono/src/marshall_macros_kde.h
--- csharp/kimono/src/marshall_macros_kde.h	2008-11-28 10:33:04.000000000 -0500
+++ csharp/kimono/src/marshall_macros_kde.h	2009-03-17 00:40:26.000000000 -0400
@@ -1,6 +1,7 @@
 #include <ksharedptr.h>
+#include <cstdio>
 
 template<class Item, const char *ItemSTR>
 void marshall_KSharedPtr(Marshall *m) {
 	switch(m->action()) {
 	case Marshall::FromObject:
diff -r -U 5 csharp/qyoto/src/qyotosmokebinding.cpp csharp/qyoto/src/qyotosmokebinding.cpp
--- csharp/qyoto/src/qyotosmokebinding.cpp	2009-01-06 12:19:24.000000000 -0500
+++ csharp/qyoto/src/qyotosmokebinding.cpp	2009-03-16 23:46:55.000000000 -0400
@@ -11,16 +11,16 @@
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
  ***************************************************************************/
 
-#include <stdlib.h>
 #include "qyotosmokebinding.h"
 #include "qyoto.h"
 #include "virtualmethodcall.h"
 
 #include <cstdlib>
+#include <cstdio>
 
 #include <qt_smoke.h>
 
 #if QT_VERSION >= 0x40200
 	#include <QVariant>