1c05b84
--- k3d-source-0.7.11.0/k3dsdk/gzstream.cpp~	2009-03-19 21:28:50.000000000 +0100
1c05b84
+++ k3d-source-0.7.11.0/k3dsdk/gzstream.cpp	2009-03-22 22:19:03.000000000 +0100
1c05b84
@@ -29,6 +29,7 @@
1c05b84
 #include "gzstream.h"
1c05b84
 #include "path.h"
1c05b84
 
1c05b84
+#include <stdio.h>
1c05b84
 #include <zlib.h>
1c05b84
 #include <string.h>
1c05b84
 
1c05b84
--- k3d-source-0.7.11.0/k3dsdk/gil/boost/gil/color_base_algorithm.hpp~	2009-03-19 21:28:53.000000000 +0100
1c05b84
+++ k3d-source-0.7.11.0/k3dsdk/gil/boost/gil/color_base_algorithm.hpp	2009-03-22 22:33:45.000000000 +0100
1c05b84
@@ -70,7 +70,7 @@
1c05b84
 template <typename ColorBase, int K> struct kth_semantic_element_reference_type {
1c05b84
     BOOST_STATIC_CONSTANT(int, semantic_index = (mpl::at_c<typename ColorBase::layout_t::channel_mapping_t,K>::type::value));
1c05b84
     typedef typename ColorBase::template kth_element_reference_type<semantic_index>::type type;
1c05b84
-    static type       get(ColorBase& cb) { return at_c<semantic_index>(cb); }
1c05b84
+    static type       get(ColorBase& cb) { return boost::gil::at_c<semantic_index>(cb); }
1c05b84
 };
1c05b84
 
1c05b84
 /// \brief Specifies the return type of the constant semantic_at_c<K>(color_base);
1c05b84
@@ -78,7 +78,7 @@
1c05b84
 template <typename ColorBase, int K> struct kth_semantic_element_const_reference_type {
1c05b84
     BOOST_STATIC_CONSTANT(int, semantic_index = (mpl::at_c<typename ColorBase::layout_t::channel_mapping_t,K>::type::value));
1c05b84
     typedef typename ColorBase::template kth_element_const_reference_type<semantic_index>::type type;
1c05b84
-    static type       get(const ColorBase& cb) { return at_c<semantic_index>(cb); }
1c05b84
+    static type       get(const ColorBase& cb) { return boost::gil::at_c<semantic_index>(cb); }
1c05b84
 };
1c05b84
 
1c05b84
 /// \brief A mutable accessor to the K-th semantic element of a color base
1c05b84
--- k3d-source-0.7.11.0/k3dsdk/path.cpp~	2009-03-19 21:28:55.000000000 +0100
1c05b84
+++ k3d-source-0.7.11.0/k3dsdk/path.cpp	2009-03-22 22:48:31.000000000 +0100
1c05b84
@@ -24,6 +24,7 @@
1c05b84
 #include "result.h"
1c05b84
 #include "system.h"
1c05b84
 
1c05b84
+#include <stdio.h>
1c05b84
 #include <glibmm/convert.h>
1c05b84
 
1c05b84
 #ifdef K3D_API_WIN32
1c05b84
--- k3d-source-0.7.11.0/modules/inotify/inotify-cxx.cpp~	2009-03-19 21:29:01.000000000 +0100
1c05b84
+++ k3d-source-0.7.11.0/modules/inotify/inotify-cxx.cpp	2009-03-22 23:16:31.000000000 +0100
1c05b84
@@ -20,6 +20,7 @@
1c05b84
  */
1c05b84
  
1c05b84
 
1c05b84
+#include <stdio.h>
1c05b84
 #include <errno.h>
1c05b84
 #include <unistd.h>
1c05b84
 #include <fcntl.h>
1c05b84
--- k3d-source-0.7.11.0/modules/pdiff/Metric.cpp~	2009-03-19 21:29:02.000000000 +0100
1c05b84
+++ k3d-source-0.7.11.0/modules/pdiff/Metric.cpp	2009-03-22 23:34:09.000000000 +0100
1c05b84
@@ -19,6 +19,7 @@
1c05b84
 #include "RGBAImage.h"
1c05b84
 #include "LPyramid.h"
1c05b84
 #include <math.h>
1c05b84
+#include <stdio.h>
1c05b84
 
1c05b84
 #ifndef M_PI
1c05b84
 #define M_PI 3.14159265f