0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

tests: add proper include for nanosleep() on FreeBSD

Patch has been in the ports tree for quite a while, it may be
useful to push it upstream.  :)
This commit is contained in:
Franco Fichtner 2015-02-07 12:14:11 +01:00
parent fc7758c077
commit 81b9e4020f

View File

@ -22,6 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <string>
#undef NDEBUG