Commit 67d88bcb authored by Joshua Gao's avatar Joshua Gao

Add pthread.h include to test_connect_delay.cpp

This test case uses pthreads, but doesn't include the header.
parent 7a40df6d
......@@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <string.h>
#include <unistd.h>
#include <string>
#include <pthread.h>
#undef NDEBUG
#include <assert.h>
......
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