diff options
author | Vinson Lee <[email protected]> | 2010-06-20 01:03:00 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-06-20 01:03:00 -0700 |
commit | 7f6754af253856cea9da17149e834b229bc1fd49 (patch) | |
tree | 25398605532bbeb11f34a37b71da3869fdc8f459 /src/mapi | |
parent | d05e84803509959174b6272d16030b4e0c3ee2e0 (diff) |
mapi: Add missing stdlib.h header for malloc declaration.
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/mapi/u_execmem.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/mapi/u_execmem.c b/src/mapi/mapi/u_execmem.c index 00df8300de3..e5072e06e9a 100644 --- a/src/mapi/mapi/u_execmem.c +++ b/src/mapi/mapi/u_execmem.c @@ -105,6 +105,8 @@ init_map(void) #else +#include <stdlib.h> + static int init_map(void) { |