mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
malloc() prototype is in stdlib.h for darwin
This commit is contained in:
parent
bce1689d5b
commit
fcc0abe6cf
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue