From 79d9ddc584b30654492d34081059f7e07696a14d Mon Sep 17 00:00:00 2001
From: Daniel Gorbunov <38931252+dgorbunov@users.noreply.github.com>
Date: Sun, 12 Jul 2020 10:13:15 -0400
Subject: [PATCH] Add string.h

Failed to compile without this line on MacOS Big Sur Beta.
---
 client/ui.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client/ui.c b/client/ui.c
index 5c9d7424..46f7b73c 100644
--- a/client/ui.c
+++ b/client/ui.c
@@ -13,6 +13,7 @@
 #ifndef EXTERNAL_PRINTANDLOG
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <stdarg.h>
 #include <readline/readline.h>
 #include <pthread.h>
-- 
2.39.5