From 59a0e54bb7798c72697952fa1bbaf1aecbb2344a Mon Sep 17 00:00:00 2001 From: Jordan Filteau Date: Sun, 13 Aug 2023 14:53:02 -0500 Subject: [PATCH] fixing introduced compiler warning Signed-off-by: Jordan Filteau --- c/tls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c/tls.c b/c/tls.c index 2264d2da2..377b68cc0 100644 --- a/c/tls.c +++ b/c/tls.c @@ -8,6 +8,7 @@ Copyright Contributors to the Zowe Project. */ #include +#include #include #include #include "alloc.h"