added missing header

This commit is contained in:
Brennen Murphy 2023-09-10 11:13:25 -04:00 committed by Li
parent f9dedc412a
commit 5696ab2056
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#include <vitasdk.h>
#include <string.h>
static int loadScePaf() {
static uint32_t argp[] = { 0x180000, -1, -1, 1, -1, -1 };
@ -67,4 +68,4 @@ int promoteCma(const char *path, const char *titleid, int type) {
}
return res;
}
}