/*
** 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>