Browse Source

include malloc.h to get ptrdiff_t for vertex buffer object's GLintptr

tags/R300_DRIVER_0
Brian Paul 22 years ago
parent
commit
91b6a4aa90
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      include/GL/gl.h

+ 3
- 1
include/GL/gl.h View File

* included. * included.
*/ */
#if !defined(__SCITECH_SNAP__) #if !defined(__SCITECH_SNAP__)

#include <malloc.h> /* to get ptrdiff_t, used below */

#if defined(__BEOS__) #if defined(__BEOS__)
#include <stdlib.h> /* to get some BeOS-isms */ #include <stdlib.h> /* to get some BeOS-isms */
#endif #endif

Loading…
Cancel
Save