diff options
author | Jeremy Huddleston <[email protected]> | 2010-01-02 00:03:53 -0500 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2010-04-01 12:33:47 -0700 |
commit | 69ea4e7718efb60b6b0d795a355cebd6712ceac1 (patch) | |
tree | 89735e8dcb2ab2ee18e82408e148d8bcceb48250 /src/glx/apple/apple_glx_pbuffer.c | |
parent | dbe8b013936d977ec63d6607bfd2fc6772d29787 (diff) |
apple: Use mesa gl.h rather than generating one.
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/apple/apple_glx_pbuffer.c')
-rw-r--r-- | src/glx/apple/apple_glx_pbuffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/apple/apple_glx_pbuffer.c b/src/glx/apple/apple_glx_pbuffer.c index 3dfdc54763a..fb56b7512e6 100644 --- a/src/glx/apple/apple_glx_pbuffer.c +++ b/src/glx/apple/apple_glx_pbuffer.c @@ -30,6 +30,7 @@ #include <stdlib.h> #include <pthread.h> #include <assert.h> +#include <GL/glew.h> #include "apple_glx.h" #include "glcontextmodes.h" #include "apple_glx_context.h" |