From 95c845b85929963e00d7222ca3272aef7aecd176 Mon Sep 17 00:00:00 2001 From: Daniel Zhou Date: Mon, 18 Jun 2018 17:31:40 +0800 Subject: [PATCH] include errno.h --- PS4DecryptSaveDataKey/source/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/PS4DecryptSaveDataKey/source/main.c b/PS4DecryptSaveDataKey/source/main.c index b025fa8..12de83c 100644 --- a/PS4DecryptSaveDataKey/source/main.c +++ b/PS4DecryptSaveDataKey/source/main.c @@ -1,3 +1,4 @@ +#include "errno.h" #include "ps4.h" #include "kern.h" #include "kernel.h"