From feda1156008b7c5d152f6a384ec8a8ef5d4bcef6 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Sat, 19 May 2018 14:07:03 -0500 Subject: [PATCH] Add string.h to remove compile error --- nx/source/services/set.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nx/source/services/set.c b/nx/source/services/set.c index 6bf4b5c7..0bf26876 100644 --- a/nx/source/services/set.c +++ b/nx/source/services/set.c @@ -5,6 +5,8 @@ * @author yellows8 * @copyright libnx Authors */ +#include + #include "types.h" #include "result.h" #include "arm/atomics.h"