64bit: Fix crash in dtexec

No ANSI prototype for malloc() caused
the returned pointer to be truncated
to 32 bits.
This commit is contained in:
Marcin Cieslak
2012-08-23 16:40:38 +02:00
committed by Jon Trulson
parent d31fc60fbf
commit 98b17d3551
3 changed files with 13 additions and 9 deletions

View File

@@ -40,6 +40,7 @@
#ifndef NO_MESSAGE_CATALOG
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <nl_types.h>
#include "DtSvcLock.h"