I tried make in ubuntu 18.04, I get error
include/util_time.h:6:19: error: field ‘tic’ has incomplete type
struct timespec tic;
^~~
include/util_time.h:7:19: error: field ‘toc’ has incomplete type
struct timespec toc;
It seems I am not able to use struct timespec, I converted it into timeval and it works. Is there a reason timespec doesn't work in ubuntu?
I tried make in ubuntu 18.04, I get error
It seems I am not able to use struct timespec, I converted it into timeval and it works. Is there a reason timespec doesn't work in ubuntu?