From 5696ab2056e37d5321551b31993f38d484118911 Mon Sep 17 00:00:00 2001 From: Brennen Murphy Date: Sun, 10 Sep 2023 11:13:25 -0400 Subject: [PATCH] added missing header --- src/promote.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/promote.c b/src/promote.c index 1f14946..cc81831 100644 --- a/src/promote.c +++ b/src/promote.c @@ -1,4 +1,5 @@ #include +#include 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; -} \ No newline at end of file +}