ft8_lib icon indicating copy to clipboard operation
ft8_lib copied to clipboard

Fix compilation on Ubuntu Linux

Open kholia opened this issue 1 year ago • 0 comments

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);

kholia avatar Nov 15 '23 15:11 kholia