diff --git a/exosphere/gcm.c b/exosphere/gcm.c index 15040b4..9aa6233 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 8cf0695..b2574c6 100644 --- a/exosphere/package2.c +++ b/exosphere/package2.c @@ -1,5 +1,6 @@ #include #include +#include #include "utils.h" diff --git a/exosphere/randomcache.c b/exosphere/randomcache.c index e9e50ec..a941cd3 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 511857d..b7cf285 100644 --- a/exosphere/smc_user.c +++ b/exosphere/smc_user.c @@ -1,5 +1,6 @@ #include #include +#include #include "utils.h" #include "cache.h" diff --git a/exosphere/titlekey.c b/exosphere/titlekey.c index c4786a1..91a6116 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 6fdcc3c..fe2c231 100644 --- a/exosphere/userpage.c +++ b/exosphere/userpage.c @@ -1,4 +1,5 @@ #include +#include #include "utils.h" #include "userpage.h"