Merge pull request #120 from fichtner/nanosleep_include

tests: add proper include for nanosleep() on FreeBSD
This commit is contained in:
Pieter Hintjens 2015-02-07 12:45:55 +01:00
commit 3498e893dc

View File

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