malloc.h include

svn path=/trunk/; revision=15262
This commit is contained in:
Martin Fuchs 2005-05-13 14:53:40 +00:00
parent 9759ec3705
commit bccd9d6a2c

View file

@ -46,7 +46,7 @@
#include <locale.h>
#include <time.h>
#ifdef _MSC_VER
#ifndef __WINE__
#include <malloc.h> /* for alloca() */
#endif