Fix PSP build
This commit is contained in:
+1
-1
@@ -21,8 +21,8 @@
|
|||||||
#else
|
#else
|
||||||
// For some platforms (Vita) we do not include GL extensions.
|
// For some platforms (Vita) we do not include GL extensions.
|
||||||
#ifndef GL_GLEXT_PROTOTYPES
|
#ifndef GL_GLEXT_PROTOTYPES
|
||||||
#include <GL/gl.h>
|
|
||||||
#define GL_GLEXT_PROTOTYPES
|
#define GL_GLEXT_PROTOTYPES
|
||||||
|
#include <GL/gl.h>
|
||||||
#include <GL/glext.h>
|
#include <GL/glext.h>
|
||||||
#else
|
#else
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user