| Index: runtime/bin/stdio_macos.cc
|
| diff --git a/runtime/bin/stdio_macos.cc b/runtime/bin/stdio_macos.cc
|
| index d22f1922b917a888fd8360fb1f632380645b059d..a8bd15973d793bfd131ca6c81dc1f6dea5076e1a 100644
|
| --- a/runtime/bin/stdio_macos.cc
|
| +++ b/runtime/bin/stdio_macos.cc
|
| @@ -9,9 +9,9 @@
|
|
|
| #include "bin/stdio.h"
|
|
|
| -#include <errno.h> // NOLINT
|
| +#include <errno.h> // NOLINT
|
| #include <sys/ioctl.h> // NOLINT
|
| -#include <termios.h> // NOLINT
|
| +#include <termios.h> // NOLINT
|
|
|
| #include "bin/fdutils.h"
|
| #include "platform/signal_blocker.h"
|
|
|