Merge pull request #211 from mkfifo/include-time-h

Adding time.h header to carp_bench.h to resolve bug #208
This commit is contained in:
Erik Svedäng 2018-04-02 09:14:01 +02:00 committed by GitHub
commit 46739bd5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#include <sys/time.h>
#include <time.h>
double get_MINUS_time_MINUS_elapsed() {
struct timespec tv;