Commit 3a4b7917 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #16916 from cyyever:fix_freebsd_build

parents 340df65f bdc29ccc
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#endif #endif
#if defined __linux__ || defined __APPLE__ || defined __GLIBC__ \ #if defined __linux__ || defined __APPLE__ || defined __GLIBC__ \
|| defined __HAIKU__ || defined __EMSCRIPTEN__ || defined __HAIKU__ || defined __EMSCRIPTEN__ || defined __FreeBSD__
#include <unistd.h> #include <unistd.h>
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment