Skip to content
Snippets Groups Projects
Commit 66627075 authored by Matthew Oliver's avatar Matthew Oliver Committed by Michael Niedermayer
Browse files

msvc: fix implicitly declared read/close.

parent 3fa9692a
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,10 @@
#include <unistd.h>
#endif
#if HAVE_IO_H
#include <io.h>
#endif
/**
* Buffer management macros.
*/
......
......@@ -32,6 +32,10 @@
#include <unistd.h>
#endif
#if HAVE_IO_H
#include <io.h>
#endif
#undef NDEBUG
#include <assert.h>
......
......@@ -23,6 +23,9 @@
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#if HAVE_IO_H
#include <io.h>
#endif
#if HAVE_CRYPTGENRANDOM
#include <windows.h>
#include <wincrypt.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment