Add string.h

Failed to compile without this line on MacOS Big Sur Beta.
This commit is contained in:
Daniel Gorbunov 2020-07-12 10:13:15 -04:00 committed by GitHub
commit 79d9ddc584
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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>