Commit 5354dee2f7ee99792a38a3a13f85da90c654f7ee

Adrian Perez de Castro 2019-08-05T13:52:18

MSVC: Use <io.h> as an alternative for <unistd.h> Only the input/output functions from <unistd.h> options are used, so using <io.h> when building with MSVC should be enough. The inclusion of the header in context-priv.c does not seem to be needed (tested on GNU/Linux) and so it is removed. Signed-off-by: Ran Benita <ran@unusedvar.com>