mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 20:20:38 +02:00
include malloc.h to get ptrdiff_t for vertex buffer object's GLintptr
This commit is contained in:
parent
8525fae3b8
commit
91b6a4aa90
1 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,9 @@
|
|||
* included.
|
||||
*/
|
||||
#if !defined(__SCITECH_SNAP__)
|
||||
|
||||
|
||||
#include <malloc.h> /* to get ptrdiff_t, used below */
|
||||
|
||||
#if defined(__BEOS__)
|
||||
#include <stdlib.h> /* to get some BeOS-isms */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue