| Index: runtime/bin/fdutils_linux.cc
|
| diff --git a/runtime/bin/fdutils_linux.cc b/runtime/bin/fdutils_linux.cc
|
| index f80356e3f66869fee628b43d29132a8b55ca0344..a76fcdbad5aced0372a3c6e54c846878a7bc4072 100644
|
| --- a/runtime/bin/fdutils_linux.cc
|
| +++ b/runtime/bin/fdutils_linux.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"
|
|
|
|
|