| Index: runtime/bin/fdutils_macos.cc
|
| diff --git a/runtime/bin/fdutils_macos.cc b/runtime/bin/fdutils_macos.cc
|
| index 41f1d2434465d2923a0fafac11faeebfa2a9e409..25495daecf11f4966d07348efe9f14233b1496ff 100644
|
| --- a/runtime/bin/fdutils_macos.cc
|
| +++ b/runtime/bin/fdutils_macos.cc
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "bin/fdutils.h"
|
|
|
| -#include <errno.h> // NOLINT
|
| -#include <fcntl.h> // NOLINT
|
| +#include <errno.h> // NOLINT
|
| +#include <fcntl.h> // NOLINT
|
| #include <sys/ioctl.h> // NOLINT
|
| -#include <unistd.h> // NOLINT
|
| +#include <unistd.h> // NOLINT
|
|
|
| #include "platform/signal_blocker.h"
|
|
|
|
|