]> git.alsa-project.org Git - alsa-tools.git/commitdiff
qlo10k1: use stdlib.h for malloc()/free()
authorClemens Ladisch <clemens@ladisch.de>
Tue, 2 May 2006 13:38:46 +0000 (15:38 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Tue, 2 May 2006 13:38:46 +0000 (15:38 +0200)
Some qlo10k1 files need <stdlib.h> for malloc() and free(); it seems not
all Qt headers include them by default.

qlo10k1/src/ld10k1file.cpp
qlo10k1/src/strglobal.cpp
qlo10k1/src/strparam.cpp

index 5742d616a70cbccde1a4289f25ea8583a83f1798..c85e70985714498a2bc92cd94752d6e5fcb50e85 100644 (file)
@@ -19,6 +19,7 @@
  *
  */
  
+#include <stdlib.h>
 #include "ld10k1file.h"
 
 class EMU10k1FilePrivate
index b3b322ca60db4821b72679247bed499afa063b52..e5bc7d9f343b65dc8069a7644b99d51e45d7bd4e 100644 (file)
@@ -19,6 +19,7 @@
  *
  */
  
+#include <stdlib.h>
 #include "strglobal.h"
 #include "strparam.h"
 #include "structure.h"
index 9f0653d760e8d61ef1acb4ddb65d2cae65d9d1c0..b042d75d49257af565828af3db897aaeb5fb1a3b 100644 (file)
@@ -19,6 +19,7 @@
  *
  */
  
+#include <stdlib.h>
 #include <lo10k1/lo10k1.h>
 
 #include "strglobal.h"