summaryrefslogtreecommitdiff
blob: c0ffa16b4d524aa672e5c95fad1795783f9d9b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
https://bugs.gentoo.org/519450

--- spek-0.8.3/src/spek-fft.cc
+++ spek-0.8.3/src/spek-fft.cc
@@ -17,6 +17,7 @@
  */
 
 #include <math.h>
+#include <stdlib.h>
 
 #define __STDC_CONSTANT_MACROS
 extern "C" {
--- spek-0.8.3/src/spek-events.cc
+++ spek-0.8.3/src/spek-events.cc
@@ -16,6 +16,7 @@
  * along with Spek.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <stdlib.h>
 #include "spek-events.h"
 
 //IMPLEMENT_DYNAMIC_CLASS(SpekHaveSampleEvent, wxEvent)