[SCM] calf/master: + autostuff: add missing #include <config.h> in remaining files

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:36:58 UTC 2013


The following commit has been merged in the master branch:
commit 1dea6d396b2300894c1d3f7ffab8c7c1cbad9c08
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sun Jan 13 21:09:56 2008 +0000

    + autostuff: add missing #include <config.h> in remaining files
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@97 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/monosynth.cpp b/src/monosynth.cpp
index dc4a48d..91907e9 100644
--- a/src/monosynth.cpp
+++ b/src/monosynth.cpp
@@ -20,6 +20,7 @@
  */
 #include <assert.h>
 #include <memory.h>
+#include <config.h>
 #include <complex>
 #if USE_JACK
 #include <jack/jack.h>
diff --git a/src/organ.cpp b/src/organ.cpp
index f8ee251..9e37cfc 100644
--- a/src/organ.cpp
+++ b/src/organ.cpp
@@ -18,6 +18,8 @@
  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+#include <config.h>
+
 #if ENABLE_EXPERIMENTAL
 
 #include <assert.h>
diff --git a/src/preset.cpp b/src/preset.cpp
index 93d9ef2..dad013a 100644
--- a/src/preset.cpp
+++ b/src/preset.cpp
@@ -19,6 +19,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
 #include <fcntl.h>
 #include <stdlib.h>
 #include <errno.h>
diff --git a/src/synth.cpp b/src/synth.cpp
index faef707..ce0157b 100644
--- a/src/synth.cpp
+++ b/src/synth.cpp
@@ -18,6 +18,7 @@
  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+#include <config.h>
 #include <assert.h>
 #include <memory.h>
 #if USE_JACK

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list