]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Add string.h 943/head
authorDaniel Gorbunov <38931252+dgorbunov@users.noreply.github.com>
Sun, 12 Jul 2020 14:13:15 +0000 (10:13 -0400)
committerGitHub <noreply@github.com>
Sun, 12 Jul 2020 14:13:15 +0000 (10:13 -0400)
Failed to compile without this line on MacOS Big Sur Beta.

client/ui.c

index 5c9d7424a614189ef5347b2acc8db6600bb4732e..46f7b73c349b48a0dcb067e93a51097c30f003fc 100644 (file)
@@ -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>
Impressum, Datenschutz