Included stdlib.h to allow malloc() usage

Depending on indirect inclusion was a mistake and caused compilation to break
on the QNX (BlackBerry NDK 2) target.

Change-Id: I447aec68bfe02447639a096c0c2f928bd4381cd9
Reviewed-by: David Faure <david.faure@kdab.com>
bb10
Rafael Roquetto 2012-01-24 18:23:32 +01:00 committed by Qt by Nokia
parent 38d4618eb5
commit e30fdcf683
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@
#include "qmetaobjectbuilder_p.h"
#include <stdlib.h>
QT_BEGIN_NAMESPACE
/*!