missing header file for strcpy.

This commit is contained in:
unitrunker 2018-01-23 18:44:52 -06:00
parent 9b85d0a3f0
commit 80dcc96da4

View File

@ -26,6 +26,7 @@
#include <pthread.h>
#include <sys/stat.h>
#include <spawn.h>
#include <string.h>
static void posix_open_url(const char *url_utf8)
{