Closed higuoxing closed 1 year ago
This patch adds the missing header file , otherwise Clang will complain about it.
src/env.cpp:446:15: error: use of undeclared identifier 'clock_gettime' auto rc = clock_gettime(which_clock, &tp); ^ 1 error generated. make: *** [Makefile:71: build/env.o] Error 1 make: *** Waiting for unfinished jobs....
Thank @higuoxing for contributing!
This patch adds the missing header file, otherwise Clang will complain about it.