Commit 1919827f authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'bf0cef5c'

* commit 'bf0cef5c':
  checkasm: Include io.h for isatty, if available
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents dd0dbacc bf0cef5c
......@@ -29,6 +29,10 @@
#include "libavutil/cpu.h"
#include "libavutil/random_seed.h"
#if HAVE_IO_H
#include <io.h>
#endif
#if ARCH_X86
#include "libavutil/x86/cpu.h"
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment