Index: util/synchronization/semaphore_test.cc |
diff --git a/util/synchronization/semaphore_test.cc b/util/synchronization/semaphore_test.cc |
index f359cbddceebf406909fb6d072538afc0fa30ab2..5f0563a61dfc49f81a0152a0e0b27d4c0c729753 100644 |
--- a/util/synchronization/semaphore_test.cc |
+++ b/util/synchronization/semaphore_test.cc |
@@ -14,12 +14,14 @@ |
#include "util/synchronization/semaphore.h" |
+#include <sys/types.h> |
+ |
+#include "gtest/gtest.h" |
+ |
#if defined(OS_POSIX) |
#include <pthread.h> |
#endif // OS_POSIX |
-#include "gtest/gtest.h" |
- |
namespace crashpad { |
namespace test { |
namespace { |