[SCM] calf/master: + Framework: gcc-4.4 compilation fix (Orcan Ogetbil)

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:31 UTC 2013


The following commit has been merged in the master branch:
commit 7088576789399b645e740472595d37f4ea6ef113
Author: Orcan Ogetbil <ogetbilo at users.sourceforge.net>
Date:   Fri Apr 24 21:26:43 2009 +0100

    + Framework: gcc-4.4 compilation fix (Orcan Ogetbil)

diff --git a/src/giface.cpp b/src/giface.cpp
index c565b65..5bbbf76 100644
--- a/src/giface.cpp
+++ b/src/giface.cpp
@@ -23,7 +23,7 @@
 #include <memory.h>
 #include <calf/giface.h>
 #include <calf/osctlnet.h>
-
+#include <stdio.h>
 using namespace std;
 using namespace calf_utils;
 using namespace calf_plugins;
diff --git a/src/jackhost.cpp b/src/jackhost.cpp
index 7cbcaef..f8a138a 100644
--- a/src/jackhost.cpp
+++ b/src/jackhost.cpp
@@ -37,7 +37,7 @@
 #include <calf/preset_gui.h>
 #include <calf/main_win.h>
 #include <calf/utils.h>
-
+#include <stdio.h>
 using namespace std;
 using namespace calf_utils;
 using namespace calf_plugins;
diff --git a/src/modules_small.cpp b/src/modules_small.cpp
index 0692da6..99b3894 100644
--- a/src/modules_small.cpp
+++ b/src/modules_small.cpp
@@ -31,7 +31,7 @@
 #include <calf/osc.h>
 #include <calf/modules_small.h>
 #include <calf/lv2helpers.h>
-
+#include <stdio.h>
 #ifdef ENABLE_EXPERIMENTAL
 
 #if USE_LV2
diff --git a/src/osctlnet.cpp b/src/osctlnet.cpp
index 285efd9..210f5cd 100644
--- a/src/osctlnet.cpp
+++ b/src/osctlnet.cpp
@@ -25,7 +25,7 @@
 #include <sys/socket.h>
 #include <stdlib.h>
 #include <sstream>
-
+#include <stdio.h>
 using namespace osctl;
 using namespace std;
 
diff --git a/src/utils.cpp b/src/utils.cpp
index bccc38e..6bbff27 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -17,7 +17,7 @@
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 
  * Boston, MA  02110-1301  USA
  */
- 
+#include <stdio.h>
 #include <assert.h>
 #include <config.h>
 #include <calf/osctl.h>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list