Merge pull request #1323 from ricnewton/master

Fix Windows build
This commit is contained in:
Constantin Rack 2015-01-26 10:38:46 +01:00
commit 148cec0a52

View File

@ -22,7 +22,7 @@
#include "../include/zmq.h" #include "../include/zmq.h"
#include "../src/stdint.hpp" #include "../src/stdint.hpp"
#include "../src/platform.hpp" #include "platform.hpp"
// This defines the settle time used in tests; raise this if we // This defines the settle time used in tests; raise this if we
// get test failures on slower systems due to binds/connects not // get test failures on slower systems due to binds/connects not