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:
Clemens Ladisch 2006-05-02 15:38:46 +02:00
parent 560ba32dd9
commit ec25bb1219
3 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@
*
*/
#include <stdlib.h>
#include "ld10k1file.h"
class EMU10k1FilePrivate

View file

@ -19,6 +19,7 @@
*
*/
#include <stdlib.h>
#include "strglobal.h"
#include "strparam.h"
#include "structure.h"

View file

@ -19,6 +19,7 @@
*
*/
#include <stdlib.h>
#include <lo10k1/lo10k1.h>
#include "strglobal.h"