Fix PSP build

This commit is contained in:
2026-04-15 06:10:38 -05:00
parent acdc524284
commit 6aff98d555
+1 -1
View File
@@ -21,8 +21,8 @@
#else
// For some platforms (Vita) we do not include GL extensions.
#ifndef GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#include <GL/glext.h>
#else
#include <GL/gl.h>