From 3605e40dbd84bbac86e883fbba03464c968bb669 Mon Sep 17 00:00:00 2001 From: Joel Date: Sat, 19 May 2018 14:41:15 -0500 Subject: [PATCH] Add string.h to remove compile error (#96) * Add string.h to remove compile error --- nx/source/services/set.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/source/services/set.c b/nx/source/services/set.c index 6bf4b5c7..b8c4674b 100644 --- a/nx/source/services/set.c +++ b/nx/source/services/set.c @@ -5,6 +5,7 @@ * @author yellows8 * @copyright libnx Authors */ +#include #include "types.h" #include "result.h" #include "arm/atomics.h"