Add pthread.h include to test_connect_delay.cpp

This test case uses pthreads, but doesn't include the header.
This commit is contained in:
Joshua Gao 2012-09-18 13:46:48 -07:00
parent 7a40df6d3a
commit 67d88bcb41

View File

@ -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>