commit | 915fefb62e1beed3da26fe299a8141645733a925 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Feb 18 12:34:51 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Feb 18 12:34:51 2014 -0800 |
tree | 59a4187f3e8c3cb476d1a1a0dca35f6a0f3a3a49 | |
parent | ffe026680edaba268330bc67dd986d2c900ecfc7 [diff] [blame] |
Fix x86 build. Change-Id: Iee6e5884288f7da6c955694cfe32fecfd9c9e263
diff --git a/tests/unistd_test.cpp b/tests/unistd_test.cpp index f7a5afd..9969d49 100644 --- a/tests/unistd_test.cpp +++ b/tests/unistd_test.cpp
@@ -18,6 +18,7 @@ #include "ScopedSignalHandler.h" #include "TemporaryFile.h" +#include <errno.h> #include <fcntl.h> #include <stdint.h> #include <unistd.h>