Merge pull request #423 from jmgao/patch-1

Add pthread.h include to test_connect_delay.cpp
This commit is contained in:
Ian Barber 2012-09-18 13:52:52 -07:00
commit 86eb7bcae0

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>