From 6fb3c7776460120051f2fb415b182d3275f3e3da Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 22 Feb 2018 18:32:47 -0500 Subject: [PATCH] Add missing string.h includes --- exosphere/gcm.c | 1 + exosphere/package2.c | 1 + exosphere/randomcache.c | 1 + exosphere/smc_user.c | 1 + exosphere/titlekey.c | 1 + exosphere/userpage.c | 1 + 6 files changed, 6 insertions(+) diff --git a/exosphere/gcm.c b/exosphere/gcm.c index 20056137e..35303560e 100644 --- a/exosphere/gcm.c +++ b/exosphere/gcm.c @@ -1,4 +1,5 @@ #include +#include #include "utils.h" #include "gcm.h" diff --git a/exosphere/package2.c b/exosphere/package2.c index 751b70120..ad31599b8 100644 --- a/exosphere/package2.c +++ b/exosphere/package2.c @@ -1,4 +1,5 @@ #include +#include #include "utils.h" diff --git a/exosphere/randomcache.c b/exosphere/randomcache.c index 675b64581..2c7f950ee 100644 --- a/exosphere/randomcache.c +++ b/exosphere/randomcache.c @@ -1,4 +1,5 @@ #include +#include #include "utils.h" #include "randomcache.h" diff --git a/exosphere/smc_user.c b/exosphere/smc_user.c index 416548581..0cc5d2951 100644 --- a/exosphere/smc_user.c +++ b/exosphere/smc_user.c @@ -1,4 +1,5 @@ #include +#include #include "utils.h" #include "cache.h" diff --git a/exosphere/titlekey.c b/exosphere/titlekey.c index c4786a132..91a6116c8 100644 --- a/exosphere/titlekey.c +++ b/exosphere/titlekey.c @@ -1,4 +1,5 @@ #include +#include #include "utils.h" diff --git a/exosphere/userpage.c b/exosphere/userpage.c index 6e0bf2801..8bd0fe327 100644 --- a/exosphere/userpage.c +++ b/exosphere/userpage.c @@ -1,4 +1,5 @@ #include +#include #include "utils.h" #include "userpage.h"