Merge pull request #943 from dgorbunov/patch-1

Compile Error: Add string.h to ui.c
This commit is contained in:
pwpiwi 2020-07-14 09:00:27 +02:00 committed by GitHub
commit 4b27ca5cf6
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>