[SCM] calf/master: Add missing includes (for Mac OS X port by Philippe Strauss).

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:19 UTC 2013


The following commit has been merged in the master branch:
commit ab9612e73adce5ab12b998a20e8effc10ca7c6cf
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Tue Aug 24 23:18:29 2010 +0100

    Add missing includes (for Mac OS X port by Philippe Strauss).

diff --git a/src/ctl_curve.cpp b/src/ctl_curve.cpp
index a611550..a09bc5e 100644
--- a/src/ctl_curve.cpp
+++ b/src/ctl_curve.cpp
@@ -22,6 +22,7 @@
 #include <calf/ctl_curve.h>
 #include <malloc.h>
 #include <stdint.h>
+#include <stdlib.h>
 #include <math.h>
 
 static gpointer parent_class = NULL;
diff --git a/src/ctl_keyboard.cpp b/src/ctl_keyboard.cpp
index 13dbdb3..ca732c3 100644
--- a/src/ctl_keyboard.cpp
+++ b/src/ctl_keyboard.cpp
@@ -23,6 +23,7 @@
 #include <calf/ctl_keyboard.h>
 #include <stdint.h>
 #include <malloc.h>
+#include <stdlib.h>
 
 static const int semitones_b[] = { 1, 3, -1, 6, 8, 10, -1 };
 static const int semitones_w[] = { 0, 2, 4, 5, 7, 9, 11 };
diff --git a/src/ctl_led.cpp b/src/ctl_led.cpp
index a3d7b3f..73e674b 100644
--- a/src/ctl_led.cpp
+++ b/src/ctl_led.cpp
@@ -22,6 +22,7 @@
 #include <math.h>
 #include <stdint.h>
 #include <malloc.h>
+#include <stdlib.h>
 
 GtkWidget *
 calf_led_new()

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list