]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/random_seed.c
Merge commit 'd9432789bd119f0e37bcf65cebda05d36aafd4ed'
[ffmpeg] / libavutil / random_seed.c
index e3ffaff014e3715f945e2ffc609290c998fcd4d2..8aa8c3879b7c2ddee93037be9ac43b272dc3f053 100644 (file)
@@ -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>