Skip to content

Commit 6a302d0

Browse files
committed
PSVita: add missing include
1 parent b25cb6e commit 6a302d0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

gfx/drivers_shader/shader_glsl.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
#include "../../deps/xxHash/xxhash.h"
4545
#endif
4646

47+
#if defined(VITA)
48+
#include <psp2/kernel/threadmgr/thread.h>
49+
#include <psp2/power.h>
50+
#endif
51+
4752
#define PREV_TEXTURES (GFX_MAX_TEXTURES - 1)
4853

4954
/* Cache the VBO. */

0 commit comments

Comments
 (0)