From 0c7a3f1e5a5860dd5048bd5c34ac6d68907f627a Mon Sep 17 00:00:00 2001 From: OrigamiK <72932688+KorigamiK@users.noreply.github.com> Date: Sun, 2 Oct 2022 03:29:49 +0530 Subject: [PATCH] fix parameter warning --- src/user/psputils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/user/psputils.h b/src/user/psputils.h index bc2c74b7..13af2f8c 100644 --- a/src/user/psputils.h +++ b/src/user/psputils.h @@ -14,6 +14,7 @@ #define __UTILS_H__ #include +#include #ifdef __cplusplus extern "C" {