mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
qlo10k1: use stdlib.h for malloc()/free()
Some qlo10k1 files need <stdlib.h> for malloc() and free(); it seems not all Qt headers include them by default.
This commit is contained in:
parent
560ba32dd9
commit
ec25bb1219
3 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "ld10k1file.h"
|
||||
|
||||
class EMU10k1FilePrivate
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "strglobal.h"
|
||||
#include "strparam.h"
|
||||
#include "structure.h"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <lo10k1/lo10k1.h>
|
||||
|
||||
#include "strglobal.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue