malloc() prototype is in stdlib.h for darwin

This commit is contained in:
Karl Schultz 2001-11-30 19:35:22 +00:00
parent bce1689d5b
commit fcc0abe6cf

View file

@ -35,14 +35,14 @@
/*
** Author: Eric Veach, July 1994.
**
** $Date: 2001/07/20 11:20:32 $ $Revision: 1.2 $
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libtess/memalloc.h,v 1.2 2001/07/20 11:20:32 joukj Exp $
** $Date: 2001/11/30 19:35:22 $ $Revision: 1.3 $
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libtess/memalloc.h,v 1.3 2001/11/30 19:35:22 kschultz Exp $
*/
#ifndef __memalloc_simple_h_
#define __memalloc_simple_h_
#ifdef __VMS
#if defined(__VMS) || defined(darwin)
# include <stdlib.h>
#else
# include <malloc.h>