Reviewing merge request #2: Fix compilation on recent Linux systems: missing unistd.h headers.

Things like close(2), fsync(2), usleep(3), sleep(3) as well as
STDIN_FILENO and STDERR_FILENO are defined in unistd.h. Recent glibc
versions are much better at not leaking symbols, so you have to
include the proper headers in order to compile.

Commits that would be merged:

Version 1
  • Version 1
  • ae656f5
  • f8f71bb
  • Fix compilation on recent Linux systems: missing unistd.h headers.

Showing ae656f5-f8f71bb

Comments

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository