From: Daniel Gorbunov <38931252+dgorbunov@users.noreply.github.com> Date: Sun, 12 Jul 2020 14:13:15 +0000 (-0400) Subject: Add string.h X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/79d9ddc584b30654492d34081059f7e07696a14d Add string.h Failed to compile without this line on MacOS Big Sur Beta. --- 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 #include +#include #include #include #include