ft8_lib
ft8_lib copied to clipboard
Fix compilation on Ubuntu Linux
Without this change on a Ubuntu 22.04 LTS system running on AMD64:
$ make
...
demo/decode_ft8.c:347:31: error: ‘CLOCK_REALTIME’ undeclared (first use in this function)
347 | clock_gettime(CLOCK_REALTIME, &spec);