Merge pull request #16916 from cyyever:fix_freebsd_build

This commit is contained in:
Alexander Alekhin 2020-03-27 11:38:56 +00:00
commit 3a4b79173b

View File

@ -54,7 +54,7 @@
#endif
#if defined __linux__ || defined __APPLE__ || defined __GLIBC__ \
|| defined __HAIKU__ || defined __EMSCRIPTEN__
|| defined __HAIKU__ || defined __EMSCRIPTEN__ || defined __FreeBSD__
#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>