Fix: Add inclusion of <psp2/kernel/processmgr.h> for Vita compatibility
This commit is contained in:
parent
e356b2cfde
commit
1c86405fd0
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include "Limelight-internal.h"
|
||||
#if defined(__vita__)
|
||||
#include <pthread.h>
|
||||
#include <psp2/kernel/processmgr.h>
|
||||
#endif
|
||||
|
||||
// The maximum amount of time before observing an interrupt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue