Merge branch 'freebsd-step1'

This commit is contained in:
Daniel Eklöf 2021-10-02 12:33:08 +02:00
commit f8e544ae05
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 10 additions and 3 deletions

View file

@ -4,6 +4,7 @@
#include <errno.h>
#include <assert.h>
#include <unistd.h>
#include <libgen.h>
#include <poll.h>
#include <fcntl.h>

View file

@ -4,6 +4,7 @@
#include <assert.h>
#include <unistd.h>
#include <threads.h>
#include <libgen.h>
#include <sys/stat.h>
#include <fcntl.h>