commit | 3623d80675e5321b92c2d88a7b7ec6bd998d81d5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Feb 18 20:35:15 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 18 20:35:15 2014 +0000 |
tree | 59a4187f3e8c3cb476d1a1a0dca35f6a0f3a3a49 | |
parent | ffe026680edaba268330bc67dd986d2c900ecfc7 [diff] | |
parent | 915fefb62e1beed3da26fe299a8141645733a925 [diff] |
Merge "Fix x86 build."
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>