Making a few changes to allow this to be built under Neutrino.
r=Warren git-svn-id: svn://10.0.0.236/trunk@53228 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
#include <malloc.h>
|
||||
#include "dict.h"
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
/* Need definition of NULL */
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
MallocDict::MallocDict(int nb)
|
||||
{
|
||||
numBuckets = nb;
|
||||
|
||||
Reference in New Issue
Block a user