Commit 86eb7bca authored by Ian Barber's avatar Ian Barber

Merge pull request #423 from jmgao/patch-1

Add pthread.h include to test_connect_delay.cpp
parents 7a40df6d 67d88bcb
...@@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#include <string> #include <string>
#include <pthread.h>
#undef NDEBUG #undef NDEBUG
#include <assert.h> #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