Commit c4fa5482 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot

Add missing include in RandomTest.cpp

Summary:
[Folly] Add missing `#include <sys/wait.h>` in `folly/test/RandomTest.cpp`.

Fixes https://github.com/facebook/folly/issues/1371.

Reviewed By: Orvid

Differential Revision: D21910410

fbshipit-source-id: 31a045960b2e67282fa77595dfdf840c338ef661
parent db54c6bf
......@@ -26,6 +26,10 @@
#include <folly/portability/GTest.h>
#ifndef _WIN32
#include <sys/wait.h>
#endif
using namespace folly;
TEST(Random, StateSize) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment